Information about plays

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

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

{
    "id": 373959,
    "uri": "https://api.kexp.org/v2/plays/373959/?format=api",
    "airdate": "2019-08-29T11:38:31-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/79570854-e6f2-4d86-8aef-fabe194166e5/12839532860-250.jpg",
    "thumbnail_uri": "",
    "song": "Tell Me Why",
    "track_id": "d22930b6-27c2-374c-9aa8-8e81a167bbbd",
    "recording_id": null,
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "After the Gold Rush",
    "release_id": "79570854-e6f2-4d86-8aef-fabe194166e5",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Adam's \"Movin' (Mid)Wes' Pt. II\" mix here on Mixtape Week: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}