Information about plays

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

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

{
    "id": 3634299,
    "uri": "https://api.kexp.org/v2/plays/3634299/?format=api",
    "airdate": "2026-03-27T15:12:10-07:00",
    "show": 66293,
    "show_uri": "https://api.kexp.org/v2/shows/66293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Substitute",
    "track_id": "08bc49a4-e078-3fca-a1fd-bcb8d6fe1391",
    "recording_id": "2c13610d-6730-4933-b19d-3fe35cb1902d",
    "artist": "Sex Pistols",
    "artist_ids": [
        "e5db18cb-4b1f-496d-a308-548b611090d3"
    ],
    "album": "The Great Rock ’n’ Roll Swindle",
    "release_id": "cd21fe62-8583-3aa7-894e-588c22cb3e27",
    "release_group_id": "8bdf5b94-4d4e-361d-85e3-15cfad0c0ee0",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Sex Pistols tackle The Who in this amazing cover",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}