Information about plays

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

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

{
    "id": 2676350,
    "uri": "https://api.kexp.org/v2/plays/2676350/?format=api",
    "airdate": "2019-12-21T12:52:06-08:00",
    "show": 46195,
    "show_uri": "https://api.kexp.org/v2/shows/46195/?format=api",
    "image_uri": "https://coverartarchive.org/release/2e251bc7-2d0c-4aed-9277-c1427c6c0617/9630256690-250.jpg",
    "thumbnail_uri": "",
    "song": "The Fleet",
    "track_id": "4f35fabc-26f7-4984-9f74-578fb5aa3621",
    "recording_id": null,
    "artist": "Snow Ghosts",
    "artist_ids": [
        "dff17e33-a67b-406a-bab0-879fad294375"
    ],
    "album": "A Wrecking",
    "release_id": "2e251bc7-2d0c-4aed-9277-c1427c6c0617",
    "release_group_id": null,
    "labels": [
        "Houndstooth"
    ],
    "label_ids": [
        "107c92d4-8fe3-4c06-beff-98540a321a68"
    ],
    "release_date": "2015-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}