Information about plays

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

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

{
    "id": 3555690,
    "uri": "https://api.kexp.org/v2/plays/3555690/?format=api",
    "airdate": "2025-09-20T23:57:30-07:00",
    "show": 64618,
    "show_uri": "https://api.kexp.org/v2/shows/64618/?format=api",
    "image_uri": "https://ia800504.us.archive.org/9/items/mbid-2b359fca-f01f-4338-afdb-8275498e0c5f/mbid-2b359fca-f01f-4338-afdb-8275498e0c5f-11370065127_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/9/items/mbid-2b359fca-f01f-4338-afdb-8275498e0c5f/mbid-2b359fca-f01f-4338-afdb-8275498e0c5f-11370065127_thumb250.jpg",
    "song": "Thunder & Lightning",
    "track_id": "c2daf220-d2b4-401c-8e94-3c311e07d935",
    "recording_id": "aba1bde5-800c-4224-9623-5ea66c24e0b7",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Bad Magic",
    "release_id": "2b359fca-f01f-4338-afdb-8275498e0c5f",
    "release_group_id": "37d8c756-b81f-45ed-9c74-e6b28a34c285",
    "labels": [
        "UDR"
    ],
    "label_ids": [
        "862919f8-d25f-43e3-b279-c10e5792c082"
    ],
    "release_date": "2015-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}