Information about plays

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

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

{
    "id": 2675354,
    "uri": "https://api.kexp.org/v2/plays/2675354/?format=api",
    "airdate": "2019-12-19T11:57:07-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kiss and Rewind",
    "track_id": "84658c09-07b7-437c-ac4b-90025d6141a0",
    "recording_id": null,
    "artist": "Friendly Fires",
    "artist_ids": [
        "ef656595-bbe8-4386-8953-be8df9f54472"
    ],
    "album": "Inflorescent",
    "release_id": "64f4bbc9-6c6c-4ebf-b23b-7136d425c035",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2019-08-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From their third studio album released this past August. \"<i>Inflorescent</i>, then, is a bit of an inversion for the band: Rather than live-sounding danceable post-punk, they’ve found a new home in the smooth digital surfaces of house music.\" https://bit.ly/2S9OIMd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}