Information about plays

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

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

{
    "id": 3416731,
    "uri": "https://api.kexp.org/v2/plays/3416731/?format=api",
    "airdate": "2024-10-24T14:08:28-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lovely Day",
    "track_id": null,
    "recording_id": "2b03e9e9-0593-448d-898f-9a79c91cec34",
    "artist": "Bill Withers",
    "artist_ids": [
        "fd1a2d9d-9bb6-44de-83a3-41560658aba9"
    ],
    "album": "Menagerie",
    "release_id": null,
    "release_group_id": "3fbf6c2c-69ae-35e4-be9f-53e3000f10e1",
    "labels": [],
    "label_ids": [],
    "release_date": "1977-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's not OG Thursday, but doesn't this tune sound familiar?\n\nBeloved singer and songwriter Bill Withers died in 2020 at the age of 81. Here's a KEXP remembrance: https://www.kexp.org/read/2020/4/3/rip-bill-withers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}