Information about plays

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

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

{
    "id": 3522290,
    "uri": "https://api.kexp.org/v2/plays/3522290/?format=api",
    "airdate": "2025-07-03T21:08:37-07:00",
    "show": 63911,
    "show_uri": "https://api.kexp.org/v2/shows/63911/?format=api",
    "image_uri": "https://ia802809.us.archive.org/7/items/mbid-d2d85bc2-3ec0-4a1c-bf37-2b9a58f2d5ce/mbid-d2d85bc2-3ec0-4a1c-bf37-2b9a58f2d5ce-21129597655_thumb500.jpg",
    "thumbnail_uri": "https://ia802809.us.archive.org/7/items/mbid-d2d85bc2-3ec0-4a1c-bf37-2b9a58f2d5ce/mbid-d2d85bc2-3ec0-4a1c-bf37-2b9a58f2d5ce-21129597655_thumb250.jpg",
    "song": "Orange Peel",
    "track_id": "feb34348-3213-4898-8491-0b767c57a0c0",
    "recording_id": "be525641-3799-4fda-a02d-537db835d824",
    "artist": "Kikagaku Moyo",
    "artist_ids": [
        "3a605eba-b6a1-4298-855d-b3033df0bf8b"
    ],
    "album": "Masana Temples",
    "release_id": "d2d85bc2-3ec0-4a1c-bf37-2b9a58f2d5ce",
    "release_group_id": "fe815acc-e833-46e1-a995-6d0a2a62dc80",
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}