Information about plays

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

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

{
    "id": 348293,
    "uri": "https://api.kexp.org/v2/plays/348293/?format=api",
    "airdate": "2019-06-30T15:59:58-07:00",
    "show": 5805,
    "show_uri": "https://api.kexp.org/v2/shows/5805/?format=api",
    "image_uri": "http://coverartarchive.org/release/bad4c9ec-4bcb-42a2-bdbf-b47888550ecb/18832505655-250.jpg",
    "thumbnail_uri": "",
    "song": "Catalina",
    "track_id": "ae042d59-637b-3067-8e94-1df6cb145ea1",
    "recording_id": null,
    "artist": "Allah-Las",
    "artist_ids": [
        "cfd1fdcc-3c1d-4854-a500-31d96a6d5184"
    ],
    "album": "Allah-Las",
    "release_id": "bad4c9ec-4bcb-42a2-bdbf-b47888550ecb",
    "release_group_id": null,
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2012-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing September 13, 14 in Walla Walla // https://allah-las.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}