Information about plays

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

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

{
    "id": 374891,
    "uri": "https://api.kexp.org/v2/plays/374891/?format=api",
    "airdate": "2019-08-31T15:44:20-07:00",
    "show": 6240,
    "show_uri": "https://api.kexp.org/v2/shows/6240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Batdance",
    "track_id": "68f0a005-86cb-3321-98e5-46cd8410e61c",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Batman: Motion Picture Soundtrack",
    "release_id": "256007d2-4ac6-45ba-8053-e3e497cfd66c",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [],
    "release_date": "1989-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The purpliest batman has ever been https://www.youtube.com/watch?v=ulOLYnOthIw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}