Information about plays

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

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

{
    "id": 345499,
    "uri": "https://api.kexp.org/v2/plays/345499/?format=api",
    "airdate": "2019-06-24T09:35:50-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "http://coverartarchive.org/release/cf117937-2317-43b8-8b20-ba9a045e3a12/15963313413-250.jpg",
    "thumbnail_uri": "",
    "song": "Home",
    "track_id": "c75ac554-691d-3ed6-8517-c23c2e1b8d26",
    "recording_id": null,
    "artist": "Glasser",
    "artist_ids": [
        "ff2039e0-a4b3-4c6e-ad23-949f8ec63ffc"
    ],
    "album": "Ring",
    "release_id": "cf117937-2317-43b8-8b20-ba9a045e3a12",
    "release_group_id": null,
    "labels": [
        "True Panther Sounds"
    ],
    "label_ids": [
        "83d836ec-fd29-4761-890a-9e0053c25635"
    ],
    "release_date": "2010-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Morgan did an in-studio with Glasser a few years back! Check it out over on the KEXP YouTube channel: https://www.youtube.com/watch?v=HTCr44QKiPk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}