Information about plays

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

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

{
    "id": 2678108,
    "uri": "https://api.kexp.org/v2/plays/2678108/?format=api",
    "airdate": "2019-12-25T20:38:00-08:00",
    "show": 46224,
    "show_uri": "https://api.kexp.org/v2/shows/46224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deep River",
    "track_id": "dfc61263-f753-33ae-8d56-804b43671c8e",
    "recording_id": null,
    "artist": "Fats Waller",
    "artist_ids": [
        "569fc5bf-bcb6-4bc5-9a00-bd0d258e34f1"
    ],
    "album": "Fine Arabian Stuff",
    "release_id": "d4d2986f-2c6a-4b71-a8f4-fd20905055e9",
    "release_group_id": null,
    "labels": [
        "HighNote Records"
    ],
    "label_ids": [
        "2d60b096-aeff-4893-af9b-9b2b702b02a2"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "All songs on this release were recorded on one day in November, 1939 ; https://www.allaboutjazz.com/fats-waller-fats-waller-by-tim-kirker.php",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}