Information about plays

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

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

{
    "id": 3582370,
    "uri": "https://api.kexp.org/v2/plays/3582370/?format=api",
    "airdate": "2025-11-24T12:47:38-08:00",
    "show": 65199,
    "show_uri": "https://api.kexp.org/v2/shows/65199/?format=api",
    "image_uri": "https://ia600109.us.archive.org/10/items/mbid-762a631e-0dfa-462f-aff4-ec0ae6526f68/mbid-762a631e-0dfa-462f-aff4-ec0ae6526f68-40573830276_thumb500.jpg",
    "thumbnail_uri": "https://ia800109.us.archive.org/10/items/mbid-762a631e-0dfa-462f-aff4-ec0ae6526f68/mbid-762a631e-0dfa-462f-aff4-ec0ae6526f68-40573830276_thumb250.jpg",
    "song": "Waltz #2 (XO)",
    "track_id": "035915c6-975c-3738-96b9-db271c81715e",
    "recording_id": "e9af3911-dd05-4f3b-983e-268dc8b7bcb3",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "XO",
    "release_id": "762a631e-0dfa-462f-aff4-ec0ae6526f68",
    "release_group_id": "2474294f-edb2-3837-83d7-0b7716e2549f",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "1998-08-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Rob Schnapf and Tom Rothrock produced the 1998 album XO with Elliott Smith.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}