Information about plays

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

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

{
    "id": 377441,
    "uri": "https://api.kexp.org/v2/plays/377441/?format=api",
    "airdate": "2019-09-06T11:03:54-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "http://coverartarchive.org/release/d71ce642-c771-4a99-ba1f-2478ee29cc48/21282160331-250.jpg",
    "thumbnail_uri": "",
    "song": "What We All Want",
    "track_id": "e5490b85-a6a0-46b3-8a54-c496b6691ddb",
    "recording_id": null,
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Return the Gift",
    "release_id": "d71ce642-c771-4a99-ba1f-2478ee29cc48",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gang of Four performed live on KEXP back in 2011. See the session here: https://www.youtube.com/user/kexpradio/search?query=Gang+of+Four",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}