Information about plays

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

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

{
    "id": 354944,
    "uri": "https://api.kexp.org/v2/plays/354944/?format=api",
    "airdate": "2019-07-16T04:48:15-07:00",
    "show": 5918,
    "show_uri": "https://api.kexp.org/v2/shows/5918/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Running For Cover",
    "track_id": "c4acf070-9cbb-4548-86f7-50d024e6ff4e",
    "recording_id": null,
    "artist": "Warren Dunes",
    "artist_ids": [
        "b1cd7f1a-96a9-4990-a991-34b44088a756"
    ],
    "album": "Welcome to Warren Dunes",
    "release_id": "ea5d4798-a534-4743-8025-158f911f4be9",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}