Information about plays

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

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

{
    "id": 3613160,
    "uri": "https://api.kexp.org/v2/plays/3613160/?format=api",
    "airdate": "2026-02-04T15:01:11-08:00",
    "show": 65839,
    "show_uri": "https://api.kexp.org/v2/shows/65839/?format=api",
    "image_uri": "https://coverartarchive.org/release/44d9c76c-bf29-4c83-af05-17951608a5f5/5893262697-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/44d9c76c-bf29-4c83-af05-17951608a5f5/5893262697-250.jpg",
    "song": "'They' Schools",
    "track_id": null,
    "recording_id": "179496d9-9615-49a3-9968-8c788ae488d3",
    "artist": "dead prez",
    "artist_ids": [
        "3b02795b-bd2c-4aac-8f6c-e581514cc2d8"
    ],
    "album": "Let’s Get Free",
    "release_id": null,
    "release_group_id": "c46a8433-c8d7-3d20-bb7c-df48ef2eeaf9",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "1999-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Let's Get Free\" was the 2000 debut album from NYC-duo dead prez, composed of M-1 and stic.man. \n--\n\"Man, that school s*t is a joke\nThe same people who control the school system, control the prison system\nAnd the whole social system\nEver since slavery, nahm sayin'?\"\nHere are the lyrics: https://genius.com/Dead-prez-they-schools-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}