Information about plays

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

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

{
    "id": 3574483,
    "uri": "https://api.kexp.org/v2/plays/3574483/?format=api",
    "airdate": "2025-11-05T22:55:54-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://ia800205.us.archive.org/10/items/mbid-a1c10b1f-547e-4017-a1ce-b1800e2b8db4/mbid-a1c10b1f-547e-4017-a1ce-b1800e2b8db4-41479848514_thumb500.jpg",
    "thumbnail_uri": "https://ia600205.us.archive.org/10/items/mbid-a1c10b1f-547e-4017-a1ce-b1800e2b8db4/mbid-a1c10b1f-547e-4017-a1ce-b1800e2b8db4-41479848514_thumb250.jpg",
    "song": "Joe Meek Will Inherit the Earth",
    "track_id": "e0ed4836-f744-45c6-9e10-7be8e78f5321",
    "recording_id": "24a74c10-bf62-46b4-bb5b-df9f6cdb34fd",
    "artist": "Tropical Fuck Storm",
    "artist_ids": [
        "a7a3399e-2d9a-4c3b-9ada-7e861aed1cb3"
    ],
    "album": "Fairyland Codex",
    "release_id": "a1c10b1f-547e-4017-a1ce-b1800e2b8db4",
    "release_group_id": "53bf75e8-9ae1-48af-a93f-4bd6e9bc909f",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2025-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}