Information about plays

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

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

{
    "id": 380484,
    "uri": "https://api.kexp.org/v2/plays/380484/?format=api",
    "airdate": "2019-09-13T18:00:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock Steady Danny Krivit Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Show Intro with Aretha Franklin Danny Krivit Remix",
    "artist_ids": [],
    "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"
}