Information about plays

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

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

{
    "id": 369647,
    "uri": "https://api.kexp.org/v2/plays/369647/?format=api",
    "airdate": "2019-08-19T23:37:00-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Out There",
    "track_id": "0db7005c-6bb6-3c5a-9e8a-e776eb7d2c92",
    "recording_id": null,
    "artist": "Willie Hutch",
    "artist_ids": [
        "870b79e0-10b7-4e19-b11f-65607cffad9a"
    ],
    "album": "Foxy Brown",
    "release_id": "d9bb9f19-4668-45d0-bacb-f72b2cfc861a",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1974-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}