Information about plays

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

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

{
    "id": 2682188,
    "uri": "https://api.kexp.org/v2/plays/2682188/?format=api",
    "airdate": "2020-01-04T21:41:00-08:00",
    "show": 46293,
    "show_uri": "https://api.kexp.org/v2/shows/46293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bombers",
    "track_id": "25e8ca4e-5512-3a08-9b39-08e74cacb93a",
    "recording_id": null,
    "artist": "Tubeway Army",
    "artist_ids": [
        "fc0bd304-cfd4-4478-9224-3446134d57fe"
    ],
    "album": "The Plan",
    "release_id": "e4dee29e-9a89-43cc-93c7-9a923979cc5b",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}