Information about plays

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

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

{
    "id": 2680913,
    "uri": "https://api.kexp.org/v2/plays/2680913/?format=api",
    "airdate": "2020-01-01T18:02:28-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If You Don’t Like Hank Williams",
    "track_id": "853eff48-4a95-4272-8e51-6db6a723c621",
    "recording_id": null,
    "artist": "Kris Kristofferson",
    "artist_ids": [
        "cb1ca13a-4821-4e66-aff0-0fd6b3dc9a81"
    ],
    "album": "Surreal Thing",
    "release_id": "cd149d19-2b8f-4f92-8da1-e4ff250ba0d0",
    "release_group_id": null,
    "labels": [
        "Monument Records"
    ],
    "label_ids": [],
    "release_date": "1976-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paying tribute to Hank Williams, who died on this day in 1953 ; https://countrymusichalloffame.org/artist/hank-williams",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}