Information about plays

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

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

{
    "id": 3428218,
    "uri": "https://api.kexp.org/v2/plays/3428218/?format=api",
    "airdate": "2024-11-21T09:48:18-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://coverartarchive.org/release/96c7c80c-580b-40d9-8ec9-4440f15fed4d/1495869767-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96c7c80c-580b-40d9-8ec9-4440f15fed4d/1495869767-250.jpg",
    "song": "Heroes",
    "track_id": null,
    "recording_id": "b03adeea-7299-41dc-baac-9411f3b19ae9",
    "artist": "Peter Gabriel",
    "artist_ids": [],
    "album": "New Blood at the London O2",
    "release_id": null,
    "release_group_id": "9bb9c4ce-05fb-4e20-97d5-a040fa55d610",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Peter Gabriel perform this Bowie cover live -- https://www.youtube.com/watch?v=wSX9F6ETTDQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}