Information about plays

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

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

{
    "id": 355705,
    "uri": "https://api.kexp.org/v2/plays/355705/?format=api",
    "airdate": "2019-07-17T19:33:28-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hollywood Hopeful",
    "track_id": "627cc855-43c5-4e69-9413-85994ab15b55",
    "recording_id": null,
    "artist": "Loudon Wainwright III",
    "artist_ids": [],
    "album": "Years in the Making",
    "release_id": "a8ed9409-eaf1-4a5a-849f-2c143486bdf4",
    "release_group_id": null,
    "labels": [
        "StorySound Records"
    ],
    "label_ids": [
        "1a0a6a39-b147-4664-831e-abc62c552ab0"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This previously unreleased 1975 song has a 2018 animated video: https://www.youtube.com/watch?v=5VEP2GYgYWk ; from the new collection of live recordings, demos and more over his 45 years of recording ; https://www.lw3.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}