Information about plays

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

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

{
    "id": 3598858,
    "uri": "https://api.kexp.org/v2/plays/3598858/?format=api",
    "airdate": "2026-01-01T14:47:07-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Letting Go",
    "track_id": "8b70496d-39d6-479e-89a4-b6d1c6a9b034",
    "recording_id": "eec50009-7be8-4ce3-ba6a-66348d4002ad",
    "artist": "Angie McMahon",
    "artist_ids": [
        "2ce4f102-23e6-42c4-84a2-3c13d24e1b66"
    ],
    "album": "Light, Dark, Light Again",
    "release_id": "58b77702-5b84-474d-bc45-725fb0361499",
    "release_group_id": "ef4d5b18-655e-400d-9a21-900ed81ac650",
    "labels": [
        "AWAL Recordings Ltd",
        "Gracie Music"
    ],
    "label_ids": [
        "1a59ec10-ab09-450c-86ec-04f1796be3fd",
        "db617dbc-dd3a-43a3-85bf-06c7d81060b2"
    ],
    "release_date": "2023-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Angie McMahon said about this incredible album, \"I was sad, so I wrote some songs about it.\"\n--\nWatch her animated performance of \"Letting Go\" in the KEXP studio :https://www.youtube.com/watch?v=JzxTWhfvb8c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}