Information about plays

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

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

{
    "id": 377410,
    "uri": "https://api.kexp.org/v2/plays/377410/?format=api",
    "airdate": "2019-09-06T09:15:59-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/b9678db1-8a10-3dab-8421-f93dd12e76bd/14458507542-250.jpg",
    "thumbnail_uri": "",
    "song": "The Passenger",
    "track_id": "9ac6bd37-bd22-3f47-8878-3fcfa54ea7e4",
    "recording_id": null,
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Lust for Life",
    "release_id": "b9678db1-8a10-3dab-8421-f93dd12e76bd",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The New Yorker just did an extensive feature on Mr. Pop:  https://www.newyorker.com/magazine/2019/09/02/the-survival-of-iggy-pop",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}