Information about plays

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

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

{
    "id": 369157,
    "uri": "https://api.kexp.org/v2/plays/369157/?format=api",
    "airdate": "2019-08-18T16:00:46-07:00",
    "show": 6154,
    "show_uri": "https://api.kexp.org/v2/shows/6154/?format=api",
    "image_uri": "http://coverartarchive.org/release/a6e3013f-bdee-471a-a4a5-c2ec6258f39c/14927876775-250.jpg",
    "thumbnail_uri": "",
    "song": "Courage",
    "track_id": "23e0b6f9-43fe-3e8c-a585-0ce61b8a61f4",
    "recording_id": null,
    "artist": "The Whitest Boy Alive",
    "artist_ids": [
        "f83781c8-64f9-4657-85bd-51f74d195cfd"
    ],
    "album": "Rules",
    "release_id": "a6e3013f-bdee-471a-a4a5-c2ec6258f39c",
    "release_group_id": null,
    "labels": [
        "Asound/Bubbles"
    ],
    "label_ids": [
        "5a89df48-2e85-4621-a9c3-b705eeb0a8b4"
    ],
    "release_date": "2009-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}