Information about plays

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

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

{
    "id": 3417178,
    "uri": "https://api.kexp.org/v2/plays/3417178/?format=api",
    "airdate": "2024-10-25T16:56:44-07:00",
    "show": 61671,
    "show_uri": "https://api.kexp.org/v2/shows/61671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Althea",
    "track_id": "fb2ef6de-cafd-4fa7-ba4f-259c422c27ab",
    "recording_id": "3dc0af76-7159-4ab9-9f49-a48e4593ac5e",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "Go to Heaven",
    "release_id": "ae746c02-42f8-4af6-843c-854bf4c0af19",
    "release_group_id": "dfa266ba-e606-3abd-ab29-4086634a7566",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1980-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Honoring the life of Phil Lesh\n\nThe Grateful Dead's sixteenth album and the band's first with keyboardist Brent Mydland. Go To Heaven was in the album charts for more than 20 weeks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}