Information about plays

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

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

{
    "id": 3624985,
    "uri": "https://api.kexp.org/v2/plays/3624985/?format=api",
    "airdate": "2026-03-03T23:07:21-08:00",
    "show": 66085,
    "show_uri": "https://api.kexp.org/v2/shows/66085/?format=api",
    "image_uri": "https://dn721205.ca.archive.org/0/items/mbid-bdefa5b2-5460-48cf-8174-6d87bfebd7b6/mbid-bdefa5b2-5460-48cf-8174-6d87bfebd7b6-42222277255_thumb500.jpg",
    "thumbnail_uri": "https://dn721205.ca.archive.org/0/items/mbid-bdefa5b2-5460-48cf-8174-6d87bfebd7b6/mbid-bdefa5b2-5460-48cf-8174-6d87bfebd7b6-42222277255_thumb250.jpg",
    "song": "Stamina",
    "track_id": "d8f424be-caff-4aaa-b1b0-434d5e6b2185",
    "recording_id": "a96d02e7-f9e7-4726-a6f1-efccef4aacdc",
    "artist": "Pixel Grip",
    "artist_ids": [
        "20d29062-6448-4e6f-9922-d5246264a5f2"
    ],
    "album": "Percepticide: The Death of Reality",
    "release_id": "bdefa5b2-5460-48cf-8174-6d87bfebd7b6",
    "release_group_id": "86dfcf29-9645-4957-b3ec-f9a2a7287fc5",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}