Information about plays

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

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

{
    "id": 2676044,
    "uri": "https://api.kexp.org/v2/plays/2676044/?format=api",
    "airdate": "2019-12-20T18:27:00-08:00",
    "show": 46187,
    "show_uri": "https://api.kexp.org/v2/shows/46187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vul'indela",
    "track_id": "ad27a201-8ba5-45cd-baef-612fdeef4f88",
    "recording_id": null,
    "artist": "Brenda Fassie",
    "artist_ids": [],
    "album": "Greatest Hits",
    "release_id": "e8f6fea0-5d36-4154-8db0-68c9aca2cbce",
    "release_group_id": null,
    "labels": [
        "ccp Record Company"
    ],
    "label_ids": [
        "6326c27f-4888-4cdb-a595-10614fb33db0"
    ],
    "release_date": "2004-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "South African Anti-Apartheid artist! https://www.sahistory.org.za/people/brenda-nokuzola-fassie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}