Information about plays

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

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

{
    "id": 373881,
    "uri": "https://api.kexp.org/v2/plays/373881/?format=api",
    "airdate": "2019-08-29T06:51:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Live Forever",
    "track_id": "4a71e9be-4011-4874-884f-0274a8bbf2ba",
    "recording_id": null,
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "Definitely Maybe",
    "release_id": "80a4b905-e864-46bb-b4d8-d58419f500f2",
    "release_group_id": null,
    "labels": [
        "Big Brother Recordings"
    ],
    "label_ids": [],
    "release_date": "1994-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Oasis' debut album <i>Definitely, Maybe</i> which is definitely, maybe 25 years old today! (Will either of the Gallagher brothers have anything vicious to say on Twitter about this today? Probably.)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}