Information about plays

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

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

{
    "id": 3524314,
    "uri": "https://api.kexp.org/v2/plays/3524314/?format=api",
    "airdate": "2025-07-08T12:02:25-07:00",
    "show": 63957,
    "show_uri": "https://api.kexp.org/v2/shows/63957/?format=api",
    "image_uri": "https://ia803405.us.archive.org/19/items/mbid-a135c016-0554-4c66-b59e-e7d600f1a483/mbid-a135c016-0554-4c66-b59e-e7d600f1a483-7922772870_thumb500.jpg",
    "thumbnail_uri": "https://ia903405.us.archive.org/19/items/mbid-a135c016-0554-4c66-b59e-e7d600f1a483/mbid-a135c016-0554-4c66-b59e-e7d600f1a483-7922772870_thumb250.jpg",
    "song": "Riot in My House",
    "track_id": "6318f70b-8d8b-4e7f-bae1-dbcfcd2e9750",
    "recording_id": "d7ec4807-8410-4821-bc65-b439dec6ab11",
    "artist": "Mark Lanegan Band",
    "artist_ids": [
        "19f40952-e3ba-44ba-87b2-218e2744fb58"
    ],
    "album": "Live at KEXP, Volume Eight",
    "release_id": "a135c016-0554-4c66-b59e-e7d600f1a483",
    "release_group_id": "6f326ed8-c461-4374-8bbc-aa409a8c8e9d",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2012-08-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Mark Lanegan, who died in Ireland at age 57: https://www.kexp.org/read/2022/2/22/rip-mark-lanegan/\n--\nSee a live performance in our studio in 2014: https://www.youtube.com/watch?v=TwKzkAYZtCE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}