Information about plays

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

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

{
    "id": 2678181,
    "uri": "https://api.kexp.org/v2/plays/2678181/?format=api",
    "airdate": "2019-12-26T00:31:00-08:00",
    "show": 46220,
    "show_uri": "https://api.kexp.org/v2/shows/46220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boogie Wonderland",
    "track_id": "eafff464-007a-3a98-ac09-9fe6b2728fb2",
    "recording_id": null,
    "artist": "Earth, Wind & Fire",
    "artist_ids": [],
    "album": "I Am",
    "release_id": "b2ac99e3-bd97-314e-b228-c24adabc8971",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Allee Willis.     https://www.npr.org/2019/12/25/791317324/songwriter-allee-willis-whose-work-spanned-friends-and-the-color-purple-dies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}