Information about plays

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

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

{
    "id": 373640,
    "uri": "https://api.kexp.org/v2/plays/373640/?format=api",
    "airdate": "2019-08-28T18:01:00-07:00",
    "show": 6221,
    "show_uri": "https://api.kexp.org/v2/shows/6221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Those Were The Days",
    "track_id": null,
    "recording_id": null,
    "artist": "All in the Family",
    "artist_ids": [
        "1787944b-fed1-46bf-86f5-5522caf6499d"
    ],
    "album": "All In The Family",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The opening credits song for Norman Lear's legendary TV show, with Archie and Edith singing\nat the piano: https://www.youtube.com/watch?v=0d8FTPv955I ; 2014 interview with Lear:\nhttp://www.npr.org/2014/10/11/354650309/tv-giant-norman-lear-shares-gems-from-92-years-of\nexperience",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}