Information about plays

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

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

{
    "id": 3554490,
    "uri": "https://api.kexp.org/v2/plays/3554490/?format=api",
    "airdate": "2025-09-18T06:15:40-07:00",
    "show": 64592,
    "show_uri": "https://api.kexp.org/v2/shows/64592/?format=api",
    "image_uri": "https://ia800300.us.archive.org/31/items/mbid-261ca05c-f81f-4943-b3c8-e81445b47a85/mbid-261ca05c-f81f-4943-b3c8-e81445b47a85-13505297864_thumb500.jpg",
    "thumbnail_uri": "https://ia800300.us.archive.org/31/items/mbid-261ca05c-f81f-4943-b3c8-e81445b47a85/mbid-261ca05c-f81f-4943-b3c8-e81445b47a85-13505297864_thumb250.jpg",
    "song": "Red Skies",
    "track_id": "8210107d-6e98-3aeb-9682-879f4112bed3",
    "recording_id": "14a7e461-f8fe-47bd-bfc2-f3116bf186e0",
    "artist": "The Fixx",
    "artist_ids": [
        "0d32d0c9-69aa-407c-93e3-92b72e471d37"
    ],
    "album": "Shuttered Room",
    "release_id": "261ca05c-f81f-4943-b3c8-e81445b47a85",
    "release_group_id": "f6107268-5cbe-3b34-abdb-d1ff703ab00b",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Go back in time to watch a live performance of this song from 1984: \n\nhttps://www.youtube.com/watch?v=jKc-MdTPx64",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}