Information about plays

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

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

{
    "id": 3609846,
    "uri": "https://api.kexp.org/v2/plays/3609846/?format=api",
    "airdate": "2026-01-27T16:03:52-08:00",
    "show": 65771,
    "show_uri": "https://api.kexp.org/v2/shows/65771/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-f4b74bb5-272a-4eb2-ad78-78965d5beb42/mbid-f4b74bb5-272a-4eb2-ad78-78965d5beb42-38575441096_thumb500.jpg",
    "thumbnail_uri": "https://ia800301.us.archive.org/24/items/mbid-f4b74bb5-272a-4eb2-ad78-78965d5beb42/mbid-f4b74bb5-272a-4eb2-ad78-78965d5beb42-38575441096_thumb250.jpg",
    "song": "Enemy",
    "track_id": "4c802171-e25a-4748-a151-7f8a54bc608f",
    "recording_id": "ef4c6c49-f3e7-4b29-b41b-983cb3352f6a",
    "artist": "Merchandise",
    "artist_ids": [
        "44c26f0c-7f46-4cf0-9673-f7aa1bec1e5b"
    ],
    "album": "After The End",
    "release_id": "f4b74bb5-272a-4eb2-ad78-78965d5beb42",
    "release_group_id": "82223abc-f509-4f2d-b622-c68c50088dff",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2014-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Merchandise is a Tampa based band. After the End was their first album with 4AD, released in 2014. \nhttps://wmerchandise.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}