Information about plays

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

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

{
    "id": 3427959,
    "uri": "https://api.kexp.org/v2/plays/3427959/?format=api",
    "airdate": "2024-11-20T20:03:00-08:00",
    "show": 61903,
    "show_uri": "https://api.kexp.org/v2/shows/61903/?format=api",
    "image_uri": "https://coverartarchive.org/release/eecea632-0a7a-4c60-90ce-aafb63dfbf6a/29344581821-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eecea632-0a7a-4c60-90ce-aafb63dfbf6a/29344581821-250.jpg",
    "song": "This Time",
    "track_id": null,
    "recording_id": "add0aa8e-af06-43b8-a9a0-83c1027ef397",
    "artist": "LSD and the Search for God",
    "artist_ids": [
        "0e24f776-4158-4934-8b78-b4b1edb3ad62"
    ],
    "album": "LSD and the Search for God",
    "release_id": null,
    "release_group_id": "d5a4b729-16ea-3643-a789-f163d6b6ff61",
    "labels": [
        "Mind Expansion"
    ],
    "label_ids": [
        "c6c4818d-791a-40a2-ad7b-2df6df04205e"
    ],
    "release_date": "2007-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NW tour coming up!\n12/11 - Portland - McMenamins Mission Theater\n12/12 - Vancoucer - Fox Cabaret\n12/13 - Bellingham - The Shakedown\n12/14 - Seattle - Madame Lou's",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}