Information about plays

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

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

{
    "id": 2682561,
    "uri": "https://api.kexp.org/v2/plays/2682561/?format=api",
    "airdate": "2020-01-05T18:17:00-08:00",
    "show": 46302,
    "show_uri": "https://api.kexp.org/v2/shows/46302/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stool Pigeon",
    "track_id": "cad8bdc3-7ebf-3a6b-b7b0-0b9bc50d0e5b",
    "recording_id": null,
    "artist": "Kid Creole and the Coconuts",
    "artist_ids": [
        "72b867e3-139a-44a4-b1ee-a311d648c4e6"
    ],
    "album": "Stool Pigeon",
    "release_id": "8d4bde59-e3dd-4fe5-9dec-6984126d3f48",
    "release_group_id": null,
    "labels": [
        "Esoldun"
    ],
    "label_ids": [
        "2740b8ef-4d72-4102-84b7-5fee0fa392cb"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}