Information about plays

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

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

{
    "id": 3610506,
    "uri": "https://api.kexp.org/v2/plays/3610506/?format=api",
    "airdate": "2026-01-29T06:32:55-08:00",
    "show": 65783,
    "show_uri": "https://api.kexp.org/v2/shows/65783/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing Matters",
    "track_id": "e54e5156-e639-4aed-88c3-0028d3c3832c",
    "recording_id": "731d6c2b-9c40-45fb-8f13-8eddc2c36613",
    "artist": "The Last Dinner Party",
    "artist_ids": [
        "2f0c90b1-84d5-47f1-ad75-ad8d30f53f70"
    ],
    "album": "Nothing Matters",
    "release_id": "3c179856-a5f8-4bd0-aecb-642853266263",
    "release_group_id": "0bb63e10-4170-40ed-aeb7-8788bd4737d1",
    "labels": [
        "Universal"
    ],
    "label_ids": [
        "1391bdc7-a22c-48a4-a5fb-e7b8ef6ce143"
    ],
    "release_date": "2023-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut single from from the London-based five-piece band. They've been honing their craft on the live circuit in that city, including opening for The Rolling Stones - https://youtu.be/pETz4IMmeDU\n\nhttps://www.thelastdinnerparty.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}