Information about plays

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

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

{
    "id": 378753,
    "uri": "https://api.kexp.org/v2/plays/378753/?format=api",
    "airdate": "2019-09-09T13:33:06-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walkin’",
    "track_id": "1e0d1602-df40-32b1-b11d-bd39a87874a8",
    "recording_id": null,
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "The Golden Age of Apocalypse",
    "release_id": "6a70ed63-1d53-4fe2-b048-9fb8980d9c23",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2011-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thunder Cat Go! Check out the music video for Walkin'. <br>https://www.youtube.com/watch?v=8qGigIMM1Vw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}