Information about plays

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

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

{
    "id": 2676582,
    "uri": "https://api.kexp.org/v2/plays/2676582/?format=api",
    "airdate": "2019-12-22T02:30:09-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "https://coverartarchive.org/release/1bf7ee4a-4761-4199-9928-77c5d63dda8b/23138212399-250.jpg",
    "thumbnail_uri": "",
    "song": "Yada Yada",
    "track_id": "c7c6c636-b0fe-414c-bbd2-371574472e81",
    "recording_id": null,
    "artist": "Anderson .Paak",
    "artist_ids": [
        "d02dd67e-f655-4600-bc47-f789f59e7367"
    ],
    "album": "Ventura",
    "release_id": "1bf7ee4a-4761-4199-9928-77c5d63dda8b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "California artist, Anderson .Paak released his fourth studio album this year. 'Ventura' was written along side the last album ' Oxnard' from 2018.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}