Information about plays

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

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

{
    "id": 381799,
    "uri": "https://api.kexp.org/v2/plays/381799/?format=api",
    "airdate": "2019-09-17T02:12:28-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Emotions and Math",
    "track_id": "e4a8c168-b84f-46d6-8957-1aa9e51803d0",
    "recording_id": null,
    "artist": "Margaret Glaspy",
    "artist_ids": [
        "82cb3eba-f585-4666-9941-c347275fc197"
    ],
    "album": "Emotions and Math",
    "release_id": "286c62ba-cf9d-42fc-b8dc-b5929017f250",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2016-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Margaret Glaspy - Full Performance (Live on KEXP): https://bit.ly/2bxYlRI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}