Information about plays

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

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

{
    "id": 343862,
    "uri": "https://api.kexp.org/v2/plays/343862/?format=api",
    "airdate": "2019-06-20T09:02:44-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "http://coverartarchive.org/release/0d9a74bb-142c-4da1-a95b-9783f62e4eef/22810472168-250.jpg",
    "thumbnail_uri": "",
    "song": "Lift Every Voice and Sing",
    "track_id": "233dc9e3-1d2e-4053-aea3-0dd9aecf3cd4",
    "recording_id": null,
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "Homecoming: The Live Album",
    "release_id": "0d9a74bb-142c-4da1-a95b-9783f62e4eef",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-04-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Lift Every Voice And Sing\" was originally a poem by James Weldon Johnson written in 1900. His brother ,John Rosamond Johnson, would set it to music five years later",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}