Information about plays

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

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

{
    "id": 378888,
    "uri": "https://api.kexp.org/v2/plays/378888/?format=api",
    "airdate": "2019-09-09T21:49:00-07:00",
    "show": 6308,
    "show_uri": "https://api.kexp.org/v2/shows/6308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lilly Don the Zampoughi",
    "track_id": "662fe717-ab72-3a06-8f2a-b7de2e803061",
    "recording_id": null,
    "artist": "Melvin Van Peebles",
    "artist_ids": [
        "cf1bf4d4-b2b4-4028-8c45-4c4362f14585"
    ],
    "album": "Br'er Soul",
    "release_id": "48d68250-8cb6-434f-b3f5-cb1e73a6ee60",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}