Information about plays

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

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

{
    "id": 374479,
    "uri": "https://api.kexp.org/v2/plays/374479/?format=api",
    "airdate": "2019-08-30T13:33:11-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "http://coverartarchive.org/release/c51d245c-a249-37a5-99c3-43c86044bf17/12892417855-250.jpg",
    "thumbnail_uri": "",
    "song": "Fame",
    "track_id": "18217811-9191-3ecb-b81b-4e7e7c12a77d",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Young Americans",
    "release_id": "c51d245c-a249-37a5-99c3-43c86044bf17",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Bowie, Carlos Alomar & John Lennon. You can also hear Lennon's voice as the falsetto \"Fame\" throughout the song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}