Information about plays

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

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

{
    "id": 368404,
    "uri": "https://api.kexp.org/v2/plays/368404/?format=api",
    "airdate": "2019-08-16T20:21:00-07:00",
    "show": 6137,
    "show_uri": "https://api.kexp.org/v2/shows/6137/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Puppets",
    "track_id": "aff1059d-8d1a-34bd-9262-f0f6c71c1710",
    "recording_id": null,
    "artist": "atmosphere",
    "artist_ids": [
        "f085f281-dea6-477c-803e-8ba96536b8b3"
    ],
    "album": "When Life Gives You Lemons, You Paint That Shit Gold",
    "release_id": "9e8bfc4a-e4cb-4e3c-be31-2d7b7070e642",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [],
    "release_date": "2008-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out live performance here at KEXP. https://www.youtube.com/watch?v=Ij3Bmw0QgkE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}