Information about plays

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

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

{
    "id": 3547530,
    "uri": "https://api.kexp.org/v2/plays/3547530/?format=api",
    "airdate": "2025-09-01T10:28:48-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "https://ia903106.us.archive.org/28/items/mbid-4b2280a5-9363-45f4-ad7a-265083e2e15f/mbid-4b2280a5-9363-45f4-ad7a-265083e2e15f-33331387650_thumb500.jpg",
    "thumbnail_uri": "https://ia903106.us.archive.org/28/items/mbid-4b2280a5-9363-45f4-ad7a-265083e2e15f/mbid-4b2280a5-9363-45f4-ad7a-265083e2e15f-33331387650_thumb250.jpg",
    "song": "Loner Boogie",
    "track_id": "1a97561f-4147-4b81-bd3e-dc9cb1b0a41b",
    "recording_id": "38bca956-c306-4c45-bd1f-3f109ebbc38f",
    "artist": "Boy Azooga",
    "artist_ids": [
        "2d1daead-3a03-40d5-b6da-b42b50e17512"
    ],
    "album": "1, 2, Kung Fu!",
    "release_id": "4b2280a5-9363-45f4-ad7a-265083e2e15f",
    "release_group_id": "9943b75d-a207-446e-bd29-22f6b5af8bcb",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2018-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Cardiff! Live on KEXP: https://www.youtube.com/watch?v=-JWtlVfz95A.\n\nwww.instagram.com/boy_azooga",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}