Information about plays

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

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

{
    "id": 2682921,
    "uri": "https://api.kexp.org/v2/plays/2682921/?format=api",
    "airdate": "2020-01-06T17:03:00-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A MacBook Pro To A Nineties Dell",
    "track_id": "698ba8a5-4927-46c0-950c-e617bc6f48c9",
    "recording_id": null,
    "artist": "Say Hi",
    "artist_ids": [
        "f2cf6ceb-76c9-4822-8b6a-0119bc0ad867"
    ],
    "album": "Diamonds & Donuts",
    "release_id": "f261a16f-d09b-4fbe-91ed-e55b584a32bc",
    "release_group_id": null,
    "labels": [
        "Euphobia Records"
    ],
    "label_ids": [
        "e2d5282d-588a-4591-9c86-aff5e5544290"
    ],
    "release_date": "2020-02-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Have you ever been interested in hosting a concert at your house? Say Hi is looking for people to host intimate, solo acoustic shows in March and April to commemorate the release of the new Say Hi record Diamonds & Donuts. Read more here: http://www.undertowmusic.com/say-hi-undertow-shows-march-april-2020/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}