Information about plays

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

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

{
    "id": 382375,
    "uri": "https://api.kexp.org/v2/plays/382375/?format=api",
    "airdate": "2019-09-18T06:20:27-07:00",
    "show": 6364,
    "show_uri": "https://api.kexp.org/v2/shows/6364/?format=api",
    "image_uri": "http://coverartarchive.org/release/eadaefae-7bbc-34ab-9d0f-b5607cf0d4ff/7941640265-250.jpg",
    "thumbnail_uri": "",
    "song": "The Nude",
    "track_id": "1aa756c1-8625-36be-974d-b8bb55402907",
    "recording_id": null,
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Chrome",
    "release_id": "eadaefae-7bbc-34ab-9d0f-b5607cf0d4ff",
    "release_group_id": null,
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1993-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You're making me doubt myself / This feeling I know so well / Feeling of naked lust / This feeling I love so much...\"  Here's the official video: https://www.youtube.com/watch?v=91IaGFdAFgI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}