Information about plays

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

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

{
    "id": 3422156,
    "uri": "https://api.kexp.org/v2/plays/3422156/?format=api",
    "airdate": "2024-11-06T16:35:26-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "https://ia903009.us.archive.org/5/items/mbid-0610cfdc-f25f-41d0-9f15-9e12745fe8e6/mbid-0610cfdc-f25f-41d0-9f15-9e12745fe8e6-5990431619_thumb500.jpg",
    "thumbnail_uri": "https://ia903009.us.archive.org/5/items/mbid-0610cfdc-f25f-41d0-9f15-9e12745fe8e6/mbid-0610cfdc-f25f-41d0-9f15-9e12745fe8e6-5990431619_thumb250.jpg",
    "song": "Shining Star",
    "track_id": "9043312f-8425-3966-b015-3d10033a529d",
    "recording_id": "7d418f2a-d819-479b-8ab1-656a9efaa3e1",
    "artist": "Earth, Wind & Fire",
    "artist_ids": [
        "535afeda-2538-435d-9dd1-5e10be586774"
    ],
    "album": "That's the Way of the World",
    "release_id": "0610cfdc-f25f-41d0-9f15-9e12745fe8e6",
    "release_group_id": "e9845207-8ae3-36db-b0e1-2efcdb46687d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1975-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Ryan from VT! \n\n\"Shining Star\" comes off of Earth, Wind & Fire's sixth studio album -- 'That's the Way of the World.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}