Information about plays

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

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

{
    "id": 3613608,
    "uri": "https://api.kexp.org/v2/plays/3613608/?format=api",
    "airdate": "2026-02-05T16:40:38-08:00",
    "show": 65848,
    "show_uri": "https://api.kexp.org/v2/shows/65848/?format=api",
    "image_uri": "https://dn721304.ca.archive.org/0/items/mbid-9f769c69-d0c7-3a69-a85a-774adfb29271/mbid-9f769c69-d0c7-3a69-a85a-774adfb29271-5652970285_thumb500.jpg",
    "thumbnail_uri": "https://dn721304.ca.archive.org/0/items/mbid-9f769c69-d0c7-3a69-a85a-774adfb29271/mbid-9f769c69-d0c7-3a69-a85a-774adfb29271-5652970285_thumb250.jpg",
    "song": "Strange Times",
    "track_id": "9d239b2d-e88d-40eb-bc0a-9557f55861b4",
    "recording_id": "a36514f3-7a7f-4555-8eec-70eabdb6c6b6",
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Attack & Release",
    "release_id": "9f769c69-d0c7-3a69-a85a-774adfb29271",
    "release_group_id": "11344dd5-7739-3cf9-9a9c-7328362e2892",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2008-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dan Auerbach and Patrick Carney published their fifth studio album, \"Attack and Release,\" in April of 2008. It was the first one with the producer Danger Mouse. The first single was \"Strange Times,\" and they performed it live on Conan O'Brien that year: https://www.youtube.com/watch?v=lh6n85dAjbA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}