Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3629813/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3629813,
    "uri": "https://api.kexp.org/v2/plays/3629813/?format=api",
    "airdate": "2026-03-16T16:53:50-07:00",
    "show": 66200,
    "show_uri": "https://api.kexp.org/v2/shows/66200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Is Anybody Thinking About Their Living",
    "track_id": null,
    "recording_id": "baee67cf-6cb8-45b4-9f2c-26fe20ad6f5e",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "I Want You",
    "release_id": null,
    "release_group_id": "18257379-85bf-3412-b0df-8e2916ee896e",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1976-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Now baby then step a little closer\nYou got to feel it, so baby let it move\nYou take a little time, you get out now\nNow don't ya know you sure won't be no fool",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}