Information about plays

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

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

{
    "id": 2681410,
    "uri": "https://api.kexp.org/v2/plays/2681410/?format=api",
    "airdate": "2020-01-02T23:23:20-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd3cf45b-8f3f-4aa5-9bfe-a73f7c13c760/18720205210-250.jpg",
    "thumbnail_uri": "",
    "song": "No Exit",
    "track_id": "14f630ec-64b7-4486-8ef1-1d5affb427e8",
    "recording_id": null,
    "artist": "Tennis",
    "artist_ids": [
        "a8982cb0-7886-4e60-9f6a-3b71baa370e6"
    ],
    "album": "We Can Die Happy",
    "release_id": "cd3cf45b-8f3f-4aa5-9bfe-a73f7c13c760",
    "release_group_id": null,
    "labels": [
        "mutually detrimental"
    ],
    "label_ids": [
        "7be4652b-8333-4ff6-b67c-c9d2d505cdef"
    ],
    "release_date": "2017-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tennis is an American indie pop band from Denver, Colorado, United States, made up of husband and wife duo Alaina Moore and Patrick Riley.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}