Information about plays

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

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

{
    "id": 377855,
    "uri": "https://api.kexp.org/v2/plays/377855/?format=api",
    "airdate": "2019-09-07T06:19:00-07:00",
    "show": 6285,
    "show_uri": "https://api.kexp.org/v2/shows/6285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wonderwall",
    "track_id": "f579f080-d415-4f8a-a075-22faff1e1380",
    "recording_id": null,
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "(What's the Story) Morning Glory?",
    "release_id": "80eb4e6a-f6b3-4b92-9446-22c71e005967",
    "release_group_id": null,
    "labels": [
        "Big Brother Recordings"
    ],
    "label_ids": [
        "5ab599c4-db48-4179-85df-521436e7805c"
    ],
    "release_date": "2009-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}