Information about plays

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

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

{
    "id": 365996,
    "uri": "https://api.kexp.org/v2/plays/365996/?format=api",
    "airdate": "2019-08-11T12:32:07-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "http://coverartarchive.org/release/cc5cb86a-73e4-4d52-a6c1-56fefc3a7115/23455765774-250.jpg",
    "thumbnail_uri": "",
    "song": "Real Thing",
    "track_id": "af598cf8-ff77-4f8e-a58e-8e89b77d072e",
    "recording_id": null,
    "artist": "Middle Kids",
    "artist_ids": [
        "2c02eece-9832-4850-9150-b0e269f65d8b"
    ],
    "album": "New Songs for Old Problems",
    "release_id": "cc5cb86a-73e4-4d52-a6c1-56fefc3a7115",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday, Jon! https://www.youtube.com/watch?v=ibyAiAfBtIg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}