Information about plays

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

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

{
    "id": 343722,
    "uri": "https://api.kexp.org/v2/plays/343722/?format=api",
    "airdate": "2019-06-20T02:17:56-07:00",
    "show": 5729,
    "show_uri": "https://api.kexp.org/v2/shows/5729/?format=api",
    "image_uri": "http://coverartarchive.org/release/dd364ecd-c9d2-49be-b319-ef20bec00783/2104773855-250.jpg",
    "thumbnail_uri": "",
    "song": "Some Time Alone, Alone",
    "track_id": "c2b7acc3-446c-361d-ba19-c2526544e031",
    "recording_id": null,
    "artist": "Melody’s Echo Chamber",
    "artist_ids": [
        "a1bcf3fd-dcf9-4437-b4f4-d8a6ab837396"
    ],
    "album": "Melody’s Echo Chamber",
    "release_id": "dd364ecd-c9d2-49be-b319-ef20bec00783",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2012-08-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks for spending your alone, alone time with me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}