Information about plays

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

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

{
    "id": 356822,
    "uri": "https://api.kexp.org/v2/plays/356822/?format=api",
    "airdate": "2019-07-20T10:13:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Musical Train",
    "track_id": null,
    "recording_id": null,
    "artist": "Dennis Alcapone",
    "artist_ids": [
        "b183f26f-366d-4ddb-9276-b0aab7a6ec75"
    ],
    "album": "Veteran DJ Jamboree",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RAS Records"
    ],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "His first hits were made for the youth producer Keith Hudson who doubled as a part time ghetto dentist. In 1970, Dennis had his first hits with tracks like, Shades of Hudson, Spanish Omega, Revelation Version, Maca Version and the Sky's the Limit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}