Information about plays

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

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

{
    "id": 2677049,
    "uri": "https://api.kexp.org/v2/plays/2677049/?format=api",
    "airdate": "2019-12-23T06:48:03-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "https://coverartarchive.org/release/25d5e4f9-5153-4bbe-baa3-5b026c1ec2c2/19560012473-250.jpg",
    "thumbnail_uri": "",
    "song": "After the Storm",
    "track_id": "a473195d-fab0-4581-9df6-cb916234fc8d",
    "recording_id": null,
    "artist": "Kali Uchis feat. Tyler, the Creator & Bootsy Collins",
    "artist_ids": [
        "b0ca0d85-24a8-4a00-860d-357ff688b69c"
    ],
    "album": "Isolation",
    "release_id": "25d5e4f9-5153-4bbe-baa3-5b026c1ec2c2",
    "release_group_id": null,
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c"
    ],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener request for Mark, thanks for delivering our holiday packages!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}