Information about plays

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

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

{
    "id": 2678462,
    "uri": "https://api.kexp.org/v2/plays/2678462/?format=api",
    "airdate": "2019-12-26T18:01:42-08:00",
    "show": 46229,
    "show_uri": "https://api.kexp.org/v2/shows/46229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Past the Ditch",
    "track_id": "4aa2c1e9-d294-4740-b112-13765815d979",
    "recording_id": null,
    "artist": "Lonesome Shack",
    "artist_ids": [
        "8e258059-dab0-4a9f-9f28-060e544a6229"
    ],
    "album": "Past the Ditch",
    "release_id": "824ea540-6279-4c74-b7c8-37973c6042a7",
    "release_group_id": null,
    "labels": [
        "Alive Naturalsound Records"
    ],
    "label_ids": [
        "19184754-b017-4149-a27e-0f7789d15046"
    ],
    "release_date": "2018-12-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}