Information about plays

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

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

{
    "id": 378369,
    "uri": "https://api.kexp.org/v2/plays/378369/?format=api",
    "airdate": "2019-09-08T13:32:44-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "http://coverartarchive.org/release/f2c350d8-daa0-497c-98f6-2e8db4cdfa1e/8333536303-250.jpg",
    "thumbnail_uri": "",
    "song": "Roscoe",
    "track_id": "b2948a32-1e0e-3b26-aaea-027156001953",
    "recording_id": null,
    "artist": "Midlake",
    "artist_ids": [
        "da90b5da-349e-4906-a0b4-805f5e46190d"
    ],
    "album": "The Trials of Van Occupanther",
    "release_id": "f2c350d8-daa0-497c-98f6-2e8db4cdfa1e",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2006-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Van Occupanther is arguably one of Midlake's best albums and quite possibly one of my most favorite. What's your favorites? Vote for yours at https://www.kexp.org/countdowns/2019-all-time-albums/ and we'll play them during the upcoming fall fund drive!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}