Information about plays

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

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

{
    "id": 371148,
    "uri": "https://api.kexp.org/v2/plays/371148/?format=api",
    "airdate": "2019-08-23T04:12:57-07:00",
    "show": 6182,
    "show_uri": "https://api.kexp.org/v2/shows/6182/?format=api",
    "image_uri": "http://coverartarchive.org/release/b9fe982a-3ddb-490f-b702-18b26e66b929/21759024089-250.jpg",
    "thumbnail_uri": "",
    "song": "Some Birds",
    "track_id": "e2bf5490-fc5a-4db0-92d5-793dcc1ef401",
    "recording_id": null,
    "artist": "Jeff Tweedy",
    "artist_ids": [
        "63287966-6021-474a-ba76-edc37a5f1b7c"
    ],
    "album": "WARM",
    "release_id": "b9fe982a-3ddb-490f-b702-18b26e66b929",
    "release_group_id": null,
    "labels": [
        "dBpm Records"
    ],
    "label_ids": [
        "e57766cd-f855-46ae-ad7a-09b491cd4f71"
    ],
    "release_date": "2018-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jeff Tweedy will be LIVE from The Thing this Sunday at 5pm! https://twitter.com/jefftweedy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}