Information about plays

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

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

{
    "id": 345733,
    "uri": "https://api.kexp.org/v2/plays/345733/?format=api",
    "airdate": "2019-06-25T01:20:44-07:00",
    "show": 5766,
    "show_uri": "https://api.kexp.org/v2/shows/5766/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drinks by the Sea",
    "track_id": null,
    "recording_id": null,
    "artist": "The Mauskovic Dance Band",
    "artist_ids": [
        "cf6633d5-fb76-4a4d-b1a0-1a6477925a9a"
    ],
    "album": "The Mauskovic Dance Band",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soundway"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cumbia, Afro-Caribbean rhythms and space disco vibes aplenty from Amsterdam group The Mauskovic Dance Band - https://mauskovicdanceband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}