Information about plays

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

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

{
    "id": 356991,
    "uri": "https://api.kexp.org/v2/plays/356991/?format=api",
    "airdate": "2019-07-20T20:51:25-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Electric Version",
    "track_id": "54f31eaa-98d7-43b0-84b2-bafdf2e7be9d",
    "recording_id": null,
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "Electric Version",
    "release_id": "8eb27d20-13a4-462b-99a8-4aadc087a2f0",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The New Pornographers is a Canadian indie rock band formed in 1997 in Vancouver, British Columbia. Presented as a musical collective of singer-songwriters and musicians from multiple projects, the band has released seven studio albums to critical acclaim for their use of multiple vocalists and elements of power pop incorporated into their music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}