Information about plays

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

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

{
    "id": 3561290,
    "uri": "https://api.kexp.org/v2/plays/3561290/?format=api",
    "airdate": "2025-10-04T18:09:57-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://ia801703.us.archive.org/32/items/mbid-2c2ec473-060d-46d4-9737-d46f5bd7724e/mbid-2c2ec473-060d-46d4-9737-d46f5bd7724e-22303342735_thumb500.jpg",
    "thumbnail_uri": "https://ia601703.us.archive.org/32/items/mbid-2c2ec473-060d-46d4-9737-d46f5bd7724e/mbid-2c2ec473-060d-46d4-9737-d46f5bd7724e-22303342735_thumb250.jpg",
    "song": "North by Northwest",
    "track_id": "80890070-af8b-3e5b-9c9f-c1472d1eb4bf",
    "recording_id": "4b1fd4e5-5a58-4439-9df8-e098dc606bbc",
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "Bayani",
    "release_id": "2c2ec473-060d-46d4-9737-d46f5bd7724e",
    "release_group_id": "e52eb555-b0d2-3e81-a10c-9e1e695e1857",
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}