Information about plays

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

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

{
    "id": 3501205,
    "uri": "https://api.kexp.org/v2/plays/3501205/?format=api",
    "airdate": "2025-05-14T09:09:26-07:00",
    "show": 63457,
    "show_uri": "https://api.kexp.org/v2/shows/63457/?format=api",
    "image_uri": "https://ia801808.us.archive.org/35/items/mbid-283d2bf3-5671-4239-81a7-65dd4a561f04/mbid-283d2bf3-5671-4239-81a7-65dd4a561f04-41764324416_thumb500.jpg",
    "thumbnail_uri": "https://dn721709.ca.archive.org/0/items/mbid-283d2bf3-5671-4239-81a7-65dd4a561f04/mbid-283d2bf3-5671-4239-81a7-65dd4a561f04-41764324416_thumb250.jpg",
    "song": "What Else Is There?",
    "track_id": "0e887dc6-e001-43b0-ba05-50083aa21f76",
    "recording_id": "64a2adfe-253b-4fef-af1f-fc0b8d9d621a",
    "artist": "Röyksopp feat. Fever Ray & Trentemøller",
    "artist_ids": [
        "95e9aba6-f85c-48a0-9ec9-395d4f0e3875",
        "1c70a3fc-fa3c-4be1-8b55-c3192db8a884",
        "f7df5df4-4dfa-459d-972b-1ba051c15ddc"
    ],
    "album": "True Electric",
    "release_id": "283d2bf3-5671-4239-81a7-65dd4a561f04",
    "release_group_id": "22950069-2e5f-4a6a-8c68-15779040cf3a",
    "labels": [
        "Dog Triumph"
    ],
    "label_ids": [
        "d5b58e0f-d3dd-404d-829b-60b42f4381a3"
    ],
    "release_date": "2025-04-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}