Information about plays

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

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

{
    "id": 372319,
    "uri": "https://api.kexp.org/v2/plays/372319/?format=api",
    "airdate": "2019-08-25T21:56:09-07:00",
    "show": 6203,
    "show_uri": "https://api.kexp.org/v2/shows/6203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "そして僕は途方に暮れる (Special Dance Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Yoshiyuki Ohsawa",
    "artist_ids": [],
    "album": "彼女は Future-Rhythm",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sony"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I'm ready to tackle 1985 head on",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}