Information about plays

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

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

{
    "id": 377650,
    "uri": "https://api.kexp.org/v2/plays/377650/?format=api",
    "airdate": "2019-09-06T19:39:00-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vul'indela",
    "track_id": "e78c7f7b-78c3-4fab-92d6-b8b487fbd94b",
    "recording_id": null,
    "artist": "Brenda Fassie",
    "artist_ids": [],
    "album": "Greatest Hits",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Narada"
    ],
    "label_ids": [
        "b259b266-45ba-40fa-b784-102bb79d363d"
    ],
    "release_date": "2004-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "South African singer Brenda Fassie was also known as \"The Queen of African Pop\". Read more about her history here: https://www.sahistory.org.za/people/brenda-nokuzola-fassie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}