Information about plays

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

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

{
    "id": 350359,
    "uri": "https://api.kexp.org/v2/plays/350359/?format=api",
    "airdate": "2019-07-05T07:11:12-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "http://coverartarchive.org/release/ed061c03-c197-3790-8d8d-7938bc6aed8f/20556422026-250.jpg",
    "thumbnail_uri": "",
    "song": "Aretha, Sing One for Me",
    "track_id": "9b800d32-d990-3b21-96df-f1997ed1c5f2",
    "recording_id": null,
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "Jukebox",
    "release_id": "ed061c03-c197-3790-8d8d-7938bc6aed8f",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2008-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a cover of a song by George Jackson.  Learn more about this soul singer-songwriter and hear the original version:  https://thefunkandsoulrevue.com/rare-cut-george-jackson-aretha-sing-one-for-me/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}