Information about plays

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

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

{
    "id": 372544,
    "uri": "https://api.kexp.org/v2/plays/372544/?format=api",
    "airdate": "2019-08-26T12:04:00-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cut the Quick",
    "track_id": null,
    "recording_id": null,
    "artist": "Telekinesis",
    "artist_ids": [
        "f8f15c4f-5e51-45f3-b1e1-38132b918036"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": true,
    "comment": "In May, Telekinesis performed this song LIVE in the KEXP studio.  Watch that entire performance:  https://www.kexp.org/watch/telekinesis/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}