Information about plays

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

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

{
    "id": 376694,
    "uri": "https://api.kexp.org/v2/plays/376694/?format=api",
    "airdate": "2019-09-04T19:09:57-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When I Hold You in My Arms",
    "track_id": "1bae73a0-7034-4393-8388-25b79fe2f0d1",
    "recording_id": null,
    "artist": "Daniel Norgren",
    "artist_ids": [
        "c8a26e97-e5f5-4f1c-8eb3-e2453b6cf262"
    ],
    "album": "Wooh Dang",
    "release_id": "902fae88-4cac-4feb-8d27-14416321a0ab",
    "release_group_id": null,
    "labels": [
        "Superpuma Records"
    ],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fri 10/4 @ Neptune and we've got tickets (stay tuned)! (he’ll also be live on KEXP that day): https://kexp.org/events/live-around-town/daniel-norgren ; https://danielnorgren.bandcamp.com ; https://www.facebook.com/Daniel-Norgren-54884290308",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}