Information about plays

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

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

{
    "id": 348173,
    "uri": "https://api.kexp.org/v2/plays/348173/?format=api",
    "airdate": "2019-06-30T09:06:00-07:00",
    "show": 5802,
    "show_uri": "https://api.kexp.org/v2/shows/5802/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pop's Dilemma/irene Goodnight",
    "track_id": "41443df4-7ea1-3fd2-a557-b7da0719ca77",
    "recording_id": null,
    "artist": "James Booker",
    "artist_ids": [
        "fe155348-c8a6-4d09-af55-4d9a53b89e76"
    ],
    "album": "Resurrection of the Bayou Maharajah",
    "release_id": "087a9f24-216b-44a0-91cf-5c854a8ccc72",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1993-07-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}