Information about plays

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

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

{
    "id": 342509,
    "uri": "https://api.kexp.org/v2/plays/342509/?format=api",
    "airdate": "2019-06-17T09:27:45-07:00",
    "show": 5712,
    "show_uri": "https://api.kexp.org/v2/shows/5712/?format=api",
    "image_uri": "http://coverartarchive.org/release/05eb7424-f747-4064-bb54-657569eb8dca/22723875016-250.jpg",
    "thumbnail_uri": "",
    "song": "Turn the Light",
    "track_id": "d8b57fe5-80eb-4969-9ba1-17318be45285",
    "recording_id": null,
    "artist": "Karen O & Danger Mouse",
    "artist_ids": [
        "4b356f05-bcc2-4544-925b-fd9a1bf708be"
    ],
    "album": "Lux Prima",
    "release_id": "05eb7424-f747-4064-bb54-657569eb8dca",
    "release_group_id": null,
    "labels": [
        "BMG Rights Management"
    ],
    "label_ids": [
        "49b3f86b-46e5-40bf-b05c-f8ee4eb89327"
    ],
    "release_date": "2019-03-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good luck on the thesis defense, Lisa!\nIn this interview, Karen O and her collaborator Brian \"Danger Mouse\" Burton discuss teaming up, time travel, and much, much more; https://www.rollingstone.com/music/music-features/karen-o-danger-mouse-lux-prima-interview-807198/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}