Information about plays

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

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

{
    "id": 3613143,
    "uri": "https://api.kexp.org/v2/plays/3613143/?format=api",
    "airdate": "2026-02-04T14:11:43-08:00",
    "show": 65839,
    "show_uri": "https://api.kexp.org/v2/shows/65839/?format=api",
    "image_uri": "https://dn721308.ca.archive.org/0/items/mbid-464c2236-2dfb-4739-9415-c6efd099ce6c/mbid-464c2236-2dfb-4739-9415-c6efd099ce6c-34280149907_thumb500.jpg",
    "thumbnail_uri": "https://dn721308.ca.archive.org/0/items/mbid-464c2236-2dfb-4739-9415-c6efd099ce6c/mbid-464c2236-2dfb-4739-9415-c6efd099ce6c-34280149907_thumb250.jpg",
    "song": "Duped",
    "track_id": "5a4a89bf-9180-4f3d-b551-791db4e5bf08",
    "recording_id": "70803aae-0e68-44a4-a872-d26a28dd6d52",
    "artist": "The Tubs",
    "artist_ids": [
        "3f7e6b2a-720d-4781-b2cf-c0dd679693f0"
    ],
    "album": "Dead Meat",
    "release_id": "464c2236-2dfb-4739-9415-c6efd099ce6c",
    "release_group_id": "6a25271d-1f95-498d-8663-eee112b5dc23",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2023-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Larry hosted this London band in our studio last year: https://www.youtube.com/watch?v=_QVhgh5v1Ss",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}