Information about plays

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

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

{
    "id": 3639622,
    "uri": "https://api.kexp.org/v2/plays/3639622/?format=api",
    "airdate": "2026-04-08T22:35:46-07:00",
    "show": 66403,
    "show_uri": "https://api.kexp.org/v2/shows/66403/?format=api",
    "image_uri": "https://coverartarchive.org/release/50289134-d32b-4897-94a4-b44552a2c26c/13949047262-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50289134-d32b-4897-94a4-b44552a2c26c/13949047262-250.jpg",
    "song": "Gbagada Gbogodo",
    "track_id": null,
    "recording_id": "0be4ca28-564d-4975-a47a-265a5a9c123d",
    "artist": "Fela Ransome‐Kuti and the Africa ’70",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a",
        "dc45f2dc-ef36-4a7a-aa52-97495fca8ced"
    ],
    "album": "Open & Close",
    "release_id": null,
    "release_group_id": "72fbfe84-3ba7-302e-b822-335a15eadf96",
    "labels": [
        "His Master’s Voice"
    ],
    "label_ids": [
        "7d0162a9-2636-46f2-b0e8-a9336075eee2"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}