Information about plays

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

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

{
    "id": 2678328,
    "uri": "https://api.kexp.org/v2/plays/2678328/?format=api",
    "airdate": "2019-12-26T09:14:49-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "https://coverartarchive.org/release/977668d9-4140-480c-9726-a46d612fc21a/20029701953-250.jpg",
    "thumbnail_uri": "",
    "song": "Lake Zurich",
    "track_id": "886f0eae-672a-4902-a53e-82e03eefb0b2",
    "recording_id": null,
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "The Now Now",
    "release_id": "977668d9-4140-480c-9726-a46d612fc21a",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2018-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Now Now is the sixth studio album by the British virtual band Gorillaz.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}