Information about plays

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

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

{
    "id": 3588968,
    "uri": "https://api.kexp.org/v2/plays/3588968/?format=api",
    "airdate": "2025-12-09T15:26:55-08:00",
    "show": 65332,
    "show_uri": "https://api.kexp.org/v2/shows/65332/?format=api",
    "image_uri": "https://ia903100.us.archive.org/15/items/mbid-dad36c56-0bf2-46e2-8f21-9d41590d4771/mbid-dad36c56-0bf2-46e2-8f21-9d41590d4771-24883908429_thumb500.jpg",
    "thumbnail_uri": "https://ia803100.us.archive.org/15/items/mbid-dad36c56-0bf2-46e2-8f21-9d41590d4771/mbid-dad36c56-0bf2-46e2-8f21-9d41590d4771-24883908429_thumb250.jpg",
    "song": "Get the Girl! Kill the Baddies!",
    "track_id": "a5849b6f-ee18-343e-9825-0015ce584624",
    "recording_id": "1637d819-e604-469b-b191-bc348f9eb1e8",
    "artist": "Pop Will Eat Itself",
    "artist_ids": [
        "e74d6546-7d69-43aa-9580-51a80cd9ae54"
    ],
    "album": "The Looks or the Lifestyle",
    "release_id": "dad36c56-0bf2-46e2-8f21-9d41590d4771",
    "release_group_id": "0d1cb137-b4fc-3904-aef9-5e4f830b16fb",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1992-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Out to Matt in Portland!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}