Information about plays

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

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

{
    "id": 3413588,
    "uri": "https://api.kexp.org/v2/plays/3413588/?format=api",
    "airdate": "2024-10-16T20:27:55-07:00",
    "show": 61594,
    "show_uri": "https://api.kexp.org/v2/shows/61594/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night of the Vampire",
    "track_id": "6a372b21-4fbe-4ca1-84d5-7fd1188a14fc",
    "recording_id": "9750bff2-d84c-45af-ae60-1b62168d3a34",
    "artist": "Roky Erickson and The Aliens",
    "artist_ids": [
        "c52efcf0-1867-4b18-ad21-b37a373c14c0"
    ],
    "album": "I Think of Demons",
    "release_id": "8b3d6da6-e8eb-4727-8a52-9a65b6fe8f5a",
    "release_group_id": "2037ab5b-1baa-35b7-b10e-e3bbbb8a0ce7",
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": "1987-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}