Information about plays

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

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

{
    "id": 3500296,
    "uri": "https://api.kexp.org/v2/plays/3500296/?format=api",
    "airdate": "2025-05-12T05:39:35-07:00",
    "show": 63440,
    "show_uri": "https://api.kexp.org/v2/shows/63440/?format=api",
    "image_uri": "https://ia800302.us.archive.org/7/items/mbid-f7373a05-cbd2-3385-a67f-35d10e06ac4f/mbid-f7373a05-cbd2-3385-a67f-35d10e06ac4f-5752908986_thumb500.jpg",
    "thumbnail_uri": "https://ia800302.us.archive.org/7/items/mbid-f7373a05-cbd2-3385-a67f-35d10e06ac4f/mbid-f7373a05-cbd2-3385-a67f-35d10e06ac4f-5752908986_thumb250.jpg",
    "song": "In the Air Tonight",
    "track_id": "38a69f6e-8262-3974-a08d-7c10d08ceb19",
    "recording_id": "8711afe0-f179-4965-874b-88a05260b2b2",
    "artist": "Phil Collins",
    "artist_ids": [
        "401c3991-b76b-499d-8082-9f2df958ef78"
    ],
    "album": "Face Value",
    "release_id": "f7373a05-cbd2-3385-a67f-35d10e06ac4f",
    "release_group_id": "1cbc1a5a-5512-3f8e-997b-d9281b83722b",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featured in a scene from the first episode of Michael Mann's \"Miami Vice\", as well as the iconic scene on the subway train in 1983's \"Risky Business.\"\n\nPhil Collins wrote the song during the grief he felt after divorcing his first wife Andrea Bertorelli in 1980.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}