Information about plays

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

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

{
    "id": 3544611,
    "uri": "https://api.kexp.org/v2/plays/3544611/?format=api",
    "airdate": "2025-08-25T11:08:05-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "https://ia802801.us.archive.org/3/items/mbid-018c2a22-52d6-4cda-a489-9b19ead0dd85/mbid-018c2a22-52d6-4cda-a489-9b19ead0dd85-20631718109_thumb500.jpg",
    "thumbnail_uri": "https://ia902801.us.archive.org/3/items/mbid-018c2a22-52d6-4cda-a489-9b19ead0dd85/mbid-018c2a22-52d6-4cda-a489-9b19ead0dd85-20631718109_thumb250.jpg",
    "song": "You Wouldn’t Like Me",
    "track_id": "cf0489ef-9956-4819-aace-31dad5065747",
    "recording_id": "20498a38-2f0b-47a6-9f80-52fc23143057",
    "artist": "The Beths",
    "artist_ids": [
        "4c74fc48-8108-4556-87af-154af74f2ce5"
    ],
    "album": "Future Me Hates Me",
    "release_id": "018c2a22-52d6-4cda-a489-9b19ead0dd85",
    "release_group_id": "7b662b2b-c393-4c21-b7a8-a4b7bc689c58",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2018-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Beeeths! From Aotearoa (NZ).\n\nPlaying:\n- San Francisco, CA (Saturday/Sunday, November 8th/9th) @ The Fillmore\n- Seattle, WA (Saturday, November 15th) @ The Moore\n\nhttps://www.thebeths.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}