Information about plays

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

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

{
    "id": 377621,
    "uri": "https://api.kexp.org/v2/plays/377621/?format=api",
    "airdate": "2019-09-06T18:00:00-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock Steady Danny Krivit Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Daddy G/DJ Kicks",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "K7!"
    ],
    "label_ids": [],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Time to dance! Have a favorite track or want to let us know how you’re doing? Email dj@kexp.org or interact online @djmichelemyers #kexp.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}