Information about plays

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

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

{
    "id": 2674850,
    "uri": "https://api.kexp.org/v2/plays/2674850/?format=api",
    "airdate": "2019-12-18T09:19:30-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life on Mars",
    "track_id": null,
    "recording_id": null,
    "artist": "Trent Reznor and Atticus Ross",
    "artist_ids": [],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nine Inch Nails’ Trent Reznor and Atticus Ross are releasing their score to HBO’s Watchmen across three albums, including this instrumental cover of the David Bowie classic “Life on Mars?”.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}