Information about plays

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

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

{
    "id": 3421916,
    "uri": "https://api.kexp.org/v2/plays/3421916/?format=api",
    "airdate": "2024-11-06T00:56:26-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://ia902804.us.archive.org/6/items/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8-24875572097_thumb500.jpg",
    "thumbnail_uri": "https://ia802804.us.archive.org/6/items/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8-24875572097_thumb250.jpg",
    "song": "Do You Realize??",
    "track_id": "a91345cb-39f7-3ebe-8d28-13c5e0966f33",
    "recording_id": "238a3a15-b98f-4149-9e15-c954d43e20cb",
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "Yoshimi Battles the Pink Robots",
    "release_id": "e4b614df-b855-49eb-b4e4-28f1c361ffe8",
    "release_group_id": "54b1ad4e-7e86-308d-b053-a0843f6abbdb",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2002-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the final song for our sets tonight. Stay tuned! http://www.flaminglips.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}