Information about plays

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

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

{
    "id": 372550,
    "uri": "https://api.kexp.org/v2/plays/372550/?format=api",
    "airdate": "2019-08-26T12:25:01-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coney Island Baby",
    "track_id": "85ffb327-0ea8-3467-b859-87cbf94b4bf7",
    "recording_id": null,
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Coney Island Baby",
    "release_id": "7af2126d-594b-4321-80de-45fad22e50bb",
    "release_group_id": null,
    "labels": [
        "BMG Music"
    ],
    "label_ids": [
        "8ddaa8e2-34ac-4094-80b9-2575e3c8f553"
    ],
    "release_date": "2006-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Glory of love...\nThe glory of love...\nThe glory of love, might see you through....\" Jimmy calls the songs on his mixtape \"mellow songs punctuated with stabs of hopefulness.\"  Follow this link to his entire playlist:  https://bit.ly/30CrrEb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}