Information about plays

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

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

{
    "id": 3607874,
    "uri": "https://api.kexp.org/v2/plays/3607874/?format=api",
    "airdate": "2026-01-23T02:16:43-08:00",
    "show": 65728,
    "show_uri": "https://api.kexp.org/v2/shows/65728/?format=api",
    "image_uri": "https://ia804502.us.archive.org/26/items/mbid-9d86572b-bc0d-4eb3-855e-461c9257f603/mbid-9d86572b-bc0d-4eb3-855e-461c9257f603-8106552826_thumb500.jpg",
    "thumbnail_uri": "https://ia904502.us.archive.org/26/items/mbid-9d86572b-bc0d-4eb3-855e-461c9257f603/mbid-9d86572b-bc0d-4eb3-855e-461c9257f603-8106552826_thumb250.jpg",
    "song": "Greenland",
    "track_id": "c536211b-db4e-4920-8085-f61c1323d13d",
    "recording_id": "9fae3570-3ec3-46d4-a90b-3b0443e19137",
    "artist": "Emancipator",
    "artist_ids": [
        "aa1d4315-5246-42b2-b62b-f997d046d8b2"
    ],
    "album": "Safe in the Steep Cliffs",
    "release_id": "9d86572b-bc0d-4eb3-855e-461c9257f603",
    "release_group_id": "f1c36c42-d9c3-4d86-a0b0-a20eedabcc8b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-01-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}