Information about plays

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

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

{
    "id": 3428702,
    "uri": "https://api.kexp.org/v2/plays/3428702/?format=api",
    "airdate": "2024-11-22T14:04:58-08:00",
    "show": 61916,
    "show_uri": "https://api.kexp.org/v2/shows/61916/?format=api",
    "image_uri": "https://coverartarchive.org/release/01ddd4e9-2a5c-4e48-be7a-26cda61d63f3/7953670456-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/01ddd4e9-2a5c-4e48-be7a-26cda61d63f3/7953670456-250.jpg",
    "song": "Blown Away",
    "track_id": null,
    "recording_id": "5e183672-65c6-47f3-9654-3b3f50891836",
    "artist": "The Expelled",
    "artist_ids": [
        "fd40abd0-49e0-4687-afef-fdcd5478e709"
    ],
    "album": "A Punk Rock Collection",
    "release_id": null,
    "release_group_id": "c78e4265-71a5-3444-a324-2294a172aa04",
    "labels": [
        "Captain Oi!"
    ],
    "label_ids": [
        "3a12cdfc-fed4-43fd-8ed8-e8ee96277bdc"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Expelled, were a punk rock band from the 1980s, originating in Leeds, England, in July 1981. The group’s initial members were Jo Ball on vocals, Tim Ramsden on guitar, Craig ‘Macca’ McEvoy on bass, and Rick Fox on drums.\n\nhttps://vomitopunkrock.bandcamp.com/album/the-expelled-demos-singles-81-84",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}