Information about plays

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

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

{
    "id": 3590300,
    "uri": "https://api.kexp.org/v2/plays/3590300/?format=api",
    "airdate": "2025-12-12T21:25:18-08:00",
    "show": 65359,
    "show_uri": "https://api.kexp.org/v2/shows/65359/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fefe Naa Efe",
    "track_id": null,
    "recording_id": "a0207d22-78ba-4080-9790-15829c891c0c",
    "artist": "Fela Ransome Kuti & the Afrika 70",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a",
        "dc45f2dc-ef36-4a7a-aa52-97495fca8ced"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fela Kuti recorded \"Gentleman\" with his Afrika 70 band, with the cover and title track serving as commentary on the colonial mentality of Africans who adhered to European customs and clothing.  All About Jazz critic Chris May called this one of the first major masterpieces in Kuti's canon; read more about Fela Kuti's work and reissues: https://tinyurl.com/5b7wz8r4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}