Information about plays

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

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

{
    "id": 379721,
    "uri": "https://api.kexp.org/v2/plays/379721/?format=api",
    "airdate": "2019-09-11T22:40:55-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "http://coverartarchive.org/release/e703bd9c-1328-4d11-becb-9328c3f1b0a2/19146956066-250.jpg",
    "thumbnail_uri": "",
    "song": "Cicada",
    "track_id": "a925972c-a45b-4339-99ef-398aac2d4b16",
    "recording_id": null,
    "artist": "La Luz",
    "artist_ids": [
        "9b5ae4cc-15ae-4f0b-8a4e-8c44e42ba52a"
    ],
    "album": "Floating Features",
    "release_id": "e703bd9c-1328-4d11-becb-9328c3f1b0a2",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2018-05-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}