Information about plays

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

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

{
    "id": 357600,
    "uri": "https://api.kexp.org/v2/plays/357600/?format=api",
    "airdate": "2019-07-22T10:11:00-07:00",
    "show": 5962,
    "show_uri": "https://api.kexp.org/v2/shows/5962/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give It Up",
    "track_id": "b404538b-1a48-3af1-b6b3-56cec92d84f6",
    "recording_id": null,
    "artist": "Talk Talk",
    "artist_ids": [
        "a74f43e4-50c4-4b19-a2ce-c05ce9bccb03"
    ],
    "album": "Natural History: The Very Best of Talk Talk",
    "release_id": "9deba6e3-4300-3ce4-a528-b557fbf56fca",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [],
    "release_date": "1990-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Talk Talk's co-founder and frontman Mark Hollis passed away nearly 5 months ago at age 64. Learn more about the legacy of this impactful artist in KEXP's \"R.I.P. Mark Hollis of Talk Talk\": https://www.kexp.org/read/2019/2/25/rip-mark-hollis-talk-talk/.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}