Information about plays

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

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

{
    "id": 3584953,
    "uri": "https://api.kexp.org/v2/plays/3584953/?format=api",
    "airdate": "2025-11-30T10:08:20-08:00",
    "show": 65252,
    "show_uri": "https://api.kexp.org/v2/shows/65252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Hard Rain's A-Gonna Fall",
    "track_id": null,
    "recording_id": "8a04b213-2cfb-434c-9d2e-7c5b4a8b1958",
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "What the World Needs Now Is Love",
    "release_id": null,
    "release_group_id": "d93bf563-09df-4d65-8ffa-d8a8f2a8288d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Their version of the Dylan song, originally written as a poem ; 2014 interview with Mavis about her family and the civil rights movement: http://www.npr.org/2014/04/12/302166519/mavis-staples-still-singing-the-civil-rights-soundtrack ; https://mavisstaples.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}