Information about plays

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

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

{
    "id": 3547471,
    "uri": "https://api.kexp.org/v2/plays/3547471/?format=api",
    "airdate": "2025-09-01T06:55:17-07:00",
    "show": 64444,
    "show_uri": "https://api.kexp.org/v2/shows/64444/?format=api",
    "image_uri": "https://ia802904.us.archive.org/23/items/mbid-c28ee622-aa21-3edd-8d80-04559a24625d/mbid-c28ee622-aa21-3edd-8d80-04559a24625d-7547520317_thumb500.jpg",
    "thumbnail_uri": "https://ia902904.us.archive.org/23/items/mbid-c28ee622-aa21-3edd-8d80-04559a24625d/mbid-c28ee622-aa21-3edd-8d80-04559a24625d-7547520317_thumb250.jpg",
    "song": "Working Man",
    "track_id": "1b02494c-bb5f-31dc-aa56-5969cb600a19",
    "recording_id": "16667568-ccc7-4ee3-9617-b899f9972224",
    "artist": "Rush",
    "artist_ids": [
        "534ee493-bfac-4575-a44a-0ae41e2c3fe4"
    ],
    "album": "Chronicles",
    "release_id": "c28ee622-aa21-3edd-8d80-04559a24625d",
    "release_group_id": "5f628a16-122f-387d-9ba6-60f0c1c8fedc",
    "labels": [
        "Anthem Records",
        "Mercury Records",
        "Vertigo"
    ],
    "label_ids": [
        "0c01070d-e8da-4e61-8df3-76ecb9b9d513",
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6",
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1990-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shoutout to everybody putting in the work today!\n\nOriginally from Rush's self-titled debut studio album, released in 1974.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}