Information about plays

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

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

{
    "id": 3636306,
    "uri": "https://api.kexp.org/v2/plays/3636306/?format=api",
    "airdate": "2026-04-01T04:38:02-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ringo's Outhouse",
    "track_id": "a073e4d8-63c1-46ab-a3ca-8da3a20e7936",
    "recording_id": "48e75402-57da-41ed-a5d6-5fed90334481",
    "artist": "ex Licks",
    "artist_ids": [
        "36103d4c-d4cf-4f7a-aec6-4ec82d705930"
    ],
    "album": "ex Licks",
    "release_id": "2788ecf7-ad4d-4991-9ad3-c27137414743",
    "release_group_id": "094dd9fa-be0d-41be-8b7b-d916fed7d84c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}