Information about plays

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

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

{
    "id": 368962,
    "uri": "https://api.kexp.org/v2/plays/368962/?format=api",
    "airdate": "2019-08-18T04:37:00-07:00",
    "show": 6150,
    "show_uri": "https://api.kexp.org/v2/shows/6150/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Open Up",
    "track_id": "e6cd2cf7-aa21-351a-9a1d-19228ee77d92",
    "recording_id": null,
    "artist": "Leftfield",
    "artist_ids": [
        "369fbad4-6fa4-4dae-9842-a69826cd359d"
    ],
    "album": "Leftism",
    "release_id": "b1d94363-3005-4728-a409-990ae362bb32",
    "release_group_id": null,
    "labels": [
        "Hard Hands"
    ],
    "label_ids": [
        "a558f27e-d64e-4f86-b8fd-f673934c000c"
    ],
    "release_date": "1995-01-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}