Information about plays

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

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

{
    "id": 3566080,
    "uri": "https://api.kexp.org/v2/plays/3566080/?format=api",
    "airdate": "2025-10-16T20:57:56-07:00",
    "show": 64852,
    "show_uri": "https://api.kexp.org/v2/shows/64852/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's About That Time",
    "track_id": null,
    "recording_id": "1c7c31d4-f6c7-4767-b1c5-868b4f472724",
    "artist": "Roli Rho & Kuttin Kandi",
    "artist_ids": [
        "b25ad51d-a81f-4502-b2da-984c09152a44",
        "cece77e4-3d5e-49ce-a37f-af4cae01a253"
    ],
    "album": "Elephant Tracks",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Asian Improv Records"
    ],
    "label_ids": [
        "31d2f929-073c-44b0-8746-c414a7855003"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the compilation album Elephant Tracks (1999).\n\nhttps://www.discogs.com/release/363442-Various-Elephant-Tracks?srsltid=AfmBOoo1ZkQA4K7L7cwwDEh5B0RLRkmiMIfpNdUxmN0nUdp2dUwt3qki",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}