Information about plays

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

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

{
    "id": 380113,
    "uri": "https://api.kexp.org/v2/plays/380113/?format=api",
    "airdate": "2019-09-12T19:24:00-07:00",
    "show": 6325,
    "show_uri": "https://api.kexp.org/v2/shows/6325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Sure Be Glad When I'm Gone",
    "track_id": "8dfa03ba-e751-4221-85dd-e416b7624988",
    "recording_id": null,
    "artist": "Jason Eady",
    "artist_ids": [
        "84dbda9a-fbd3-40ca-9b17-fa85a0430fdd"
    ],
    "album": "AM Country Heaven",
    "release_id": "82545d53-4bed-4ec7-bd77-46780d9c11d3",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}