Information about plays

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

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

{
    "id": 368450,
    "uri": "https://api.kexp.org/v2/plays/368450/?format=api",
    "airdate": "2019-08-16T22:40:00-07:00",
    "show": 6138,
    "show_uri": "https://api.kexp.org/v2/shows/6138/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "85 / Billy Dee Interlude (feat. Big Boi)",
    "track_id": null,
    "recording_id": null,
    "artist": "YoungBloodZ",
    "artist_ids": [
        "c365bae6-5dcc-406f-a27b-0adc693f068d"
    ],
    "album": "Against da Grain",
    "release_id": "1448be53-4f75-43d1-b8b2-57794d98bc73",
    "release_group_id": null,
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [],
    "release_date": "1999-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for YoungBloodZ 1999 song '85' here: https://www.youtube.com/watch?time_continue=1&v=6E0oGIWpiGs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}