Information about plays

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

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

{
    "id": 372592,
    "uri": "https://api.kexp.org/v2/plays/372592/?format=api",
    "airdate": "2019-08-26T15:16:56-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/e6f60da3-1d37-4aba-a309-6e65b84ffe66/8320212451-250.jpg",
    "thumbnail_uri": "",
    "song": "Hunger of the Pine",
    "track_id": "4b360ec0-31b4-4389-a3f4-4b783c007928",
    "recording_id": null,
    "artist": "alt-J",
    "artist_ids": [
        "fc7bbf00-fbaa-4736-986b-b3ac0266ca9b"
    ],
    "album": "This Is All Yours",
    "release_id": "e6f60da3-1d37-4aba-a309-6e65b84ffe66",
    "release_group_id": null,
    "labels": [
        "Infectious Music"
    ],
    "label_ids": [
        "24d170a0-dfd0-404c-acbc-842ca2b213a6"
    ],
    "release_date": "2014-09-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the mixtape titled \"Soul Retrieval\" by Tai Hubbert.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}