Information about plays

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

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

{
    "id": 352251,
    "uri": "https://api.kexp.org/v2/plays/352251/?format=api",
    "airdate": "2019-07-09T18:40:00-07:00",
    "show": 5871,
    "show_uri": "https://api.kexp.org/v2/shows/5871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pinduca",
    "track_id": null,
    "recording_id": null,
    "artist": "Guts",
    "artist_ids": [
        "a1f8f29c-4163-48d1-9469-35f74e61ee4e"
    ],
    "album": "Straight From The Decks",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Comp of funky, tropical tunes from all over the place.\n\nStraight From The Decks compiles seventeen tunes that constitute the true essence of Gut's DJ sets https://guts-puravida.bandcamp.com/album/straight-from-the-decks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}