Information about plays

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

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

{
    "id": 3583693,
    "uri": "https://api.kexp.org/v2/plays/3583693/?format=api",
    "airdate": "2025-11-27T14:37:01-08:00",
    "show": 65224,
    "show_uri": "https://api.kexp.org/v2/shows/65224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wonderwall",
    "track_id": "9fee06ae-c2f1-4b2b-8d84-fc6a9eab9861",
    "recording_id": "580f4553-e29a-4d19-989c-1b097b76de48",
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "Stop the Clocks",
    "release_id": "1cafe951-6ca4-42c3-ad85-33c05122305e",
    "release_group_id": "2ffd6ba2-7fb1-3fa7-9dfc-c0f346b47984",
    "labels": [
        "Sony BMG Music Entertainment"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68"
    ],
    "release_date": "2006-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I had to do it!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}