Information about plays

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

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

{
    "id": 3557402,
    "uri": "https://api.kexp.org/v2/plays/3557402/?format=api",
    "airdate": "2025-09-25T02:01:50-07:00",
    "show": 64654,
    "show_uri": "https://api.kexp.org/v2/shows/64654/?format=api",
    "image_uri": "https://coverartarchive.org/release/9dbfcc90-dabe-44f0-90ac-45e4cf4d2628/27976662120-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9dbfcc90-dabe-44f0-90ac-45e4cf4d2628/27976662120-250.jpg",
    "song": "Sorrow Tears and Blood",
    "track_id": null,
    "recording_id": "cbdddd40-d53f-44f4-8b2f-ff145aaa4499",
    "artist": "Fẹla and Afrika 70",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a",
        "dc45f2dc-ef36-4a7a-aa52-97495fca8ced"
    ],
    "album": "Sorrow Tears and Blood",
    "release_id": null,
    "release_group_id": "068b1ec1-9922-301c-b57c-8bf76a303098",
    "labels": [
        "Kalakuta Records"
    ],
    "label_ids": [
        "f5693b5e-ffb4-4b0d-a03b-2f64e33e6a06"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fela dropped his original surname Ransome-Kuti because felt 'Ransome' was a slave name. He adopted a Yoruba name Anikulapo which means “He who has death in his pocket.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}