Information about plays

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

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

{
    "id": 349726,
    "uri": "https://api.kexp.org/v2/plays/349726/?format=api",
    "airdate": "2019-07-03T19:34:30-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Like the Things About Me",
    "track_id": null,
    "recording_id": null,
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Music from the Wattstax Festival & Film",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded at Wattstax, the massive music festival in 1972 at Los Angeles Memorial Coliseum commemorating the 7th anniversary of the Watts Riots ; the documentary was released the following year ; http://www.pbs.org/pov/wattstax/film-description ; http://dangerousminds.net/comments/wattstax_the_black_woodstock_music_festival",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}