Information about plays

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

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

{
    "id": 373951,
    "uri": "https://api.kexp.org/v2/plays/373951/?format=api",
    "airdate": "2019-08-29T11:05:22-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back Track",
    "track_id": "f40f8c94-6d93-38d7-a9dd-9724760c3790",
    "recording_id": null,
    "artist": "The Physics",
    "artist_ids": [
        "922b68bd-9acb-4853-b1eb-8d89b7ae44e9"
    ],
    "album": "High Society",
    "release_id": "eea9059b-ca5c-470e-bdbd-30e7596dd0cd",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Ben's \"Soothe Your Soul\" mix here on Mixtape Week: https://www.kexp.org/mixtape/ <br> <br> Seattle band The Physics played here at KEXP in 2014. Watch it here: https://www.youtube.com/watch?v=8sgdmI1T1NE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}