Information about plays

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

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

{
    "id": 2681401,
    "uri": "https://api.kexp.org/v2/plays/2681401/?format=api",
    "airdate": "2020-01-02T22:55:32-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/54ce5abd-a4e7-32b0-b749-219f83d552fe/1399203463-250.jpg",
    "thumbnail_uri": "",
    "song": "Can You Get to That",
    "track_id": "1143203d-c614-374f-8ebe-dec9a6510a6b",
    "recording_id": null,
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Maggot Brain",
    "release_id": "54ce5abd-a4e7-32b0-b749-219f83d552fe",
    "release_group_id": null,
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1994-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Maggot Brain is the third studio album by the American funk band Funkadelic. It was recorded at United Sound Systems in Detroit during late 1970 and early 1971, before being released in July 1971 by Westbound Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}