Information about plays

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

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

{
    "id": 343285,
    "uri": "https://api.kexp.org/v2/plays/343285/?format=api",
    "airdate": "2019-06-19T03:29:29-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "http://coverartarchive.org/release/2f865ae3-9610-36cd-a1a0-0903d5d14134/15800058895-250.jpg",
    "thumbnail_uri": "",
    "song": "Every Day Should Be a Holiday",
    "track_id": "12a7c19a-7d5d-3bf1-8e19-f736c890c2cb",
    "recording_id": null,
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "…The Dandy Warhols Come Down",
    "release_id": "2f865ae3-9610-36cd-a1a0-0903d5d14134",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the Dandy Warhols Live on KEXP: https://www.youtube.com/watch?v=BzkHp6EswEM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}