Information about plays

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

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

{
    "id": 3551702,
    "uri": "https://api.kexp.org/v2/plays/3551702/?format=api",
    "airdate": "2025-09-11T12:31:33-07:00",
    "show": 64533,
    "show_uri": "https://api.kexp.org/v2/shows/64533/?format=api",
    "image_uri": "https://ia600406.us.archive.org/3/items/mbid-4b1b7c10-5f97-46d9-acc2-b03b03fe142b/mbid-4b1b7c10-5f97-46d9-acc2-b03b03fe142b-19370164170_thumb500.jpg",
    "thumbnail_uri": "https://ia800406.us.archive.org/3/items/mbid-4b1b7c10-5f97-46d9-acc2-b03b03fe142b/mbid-4b1b7c10-5f97-46d9-acc2-b03b03fe142b-19370164170_thumb250.jpg",
    "song": "Are You Ready for the Country",
    "track_id": "e0637818-2dc1-35d1-8b72-f0cfc8e47378",
    "recording_id": "1fa1f547-e304-4d06-a0f5-7a4b5c9da85a",
    "artist": "Waylon Jennings",
    "artist_ids": [
        "1a46826b-4d73-4e04-8590-f36c9d832f9e"
    ],
    "album": "Nashville Rebel",
    "release_id": "4b1b7c10-5f97-46d9-acc2-b03b03fe142b",
    "release_group_id": "6d3b3d2d-dbf3-3f88-9432-076aeb83b70b",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "2006-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some outlaw country from Waylon's 23rd (!!) studio album of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}