Information about plays

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

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

{
    "id": 2683138,
    "uri": "https://api.kexp.org/v2/plays/2683138/?format=api",
    "airdate": "2020-01-07T06:02:14-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/20bb8ce2-f783-34a5-90e9-70dc15e62df3/9417416191-250.jpg",
    "thumbnail_uri": "",
    "song": "Disintegration",
    "track_id": "42535065-27f7-3847-b432-fa83050d8c26",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Disintegration",
    "release_id": "20bb8ce2-f783-34a5-90e9-70dc15e62df3",
    "release_group_id": null,
    "labels": [
        "Warner Music Canada"
    ],
    "label_ids": [
        "7306f7ec-97d1-45d8-bda5-d51c5c901b4c"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "While writing songs for Disintegration, Robert Smith devised contingency plans to record a solo album if his bandmates rejected the morose new material he’d composed. “I would have been quite happy to have made these songs on my own,” Smith said. “If the group hadn’t thought it was right, that would have been fine.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}