Information about plays

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

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

{
    "id": 356026,
    "uri": "https://api.kexp.org/v2/plays/356026/?format=api",
    "airdate": "2019-07-18T11:59:00-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Had Your Soul WithYou",
    "track_id": null,
    "recording_id": null,
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "LIVE in Concert",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't miss The National at Marymoor Ampitheatre in Redmond, WA on Thursday, Aug 29! While you're waiting, watch their in-studio performance here at KEXP from November 2017: https://www.youtube.com/watch?v=UKOq5rAFoJw&t=1537s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}