Information about plays

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

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

{
    "id": 2679999,
    "uri": "https://api.kexp.org/v2/plays/2679999/?format=api",
    "airdate": "2019-12-30T15:31:00-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's Not There",
    "track_id": "2df5852c-c856-3a12-99a4-ad815df4cb99",
    "recording_id": null,
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Watch Out Boy / I'd Rather Be Lonely",
    "release_id": "4eaf6ab2-a6f3-46c2-99ac-0899409be6c7",
    "release_group_id": null,
    "labels": [
        "Blue Horizon"
    ],
    "label_ids": [],
    "release_date": "2012-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another great Zombies cover done by The Black Angels. This song has been covered by over 20 different artists!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}