Information about plays

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

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

{
    "id": 2675016,
    "uri": "https://api.kexp.org/v2/plays/2675016/?format=api",
    "airdate": "2019-12-18T17:34:01-08:00",
    "show": 46175,
    "show_uri": "https://api.kexp.org/v2/shows/46175/?format=api",
    "image_uri": "https://coverartarchive.org/release/62f2f224-3b1b-4320-98db-65a6e8a7589a/3352547867-250.jpg",
    "thumbnail_uri": "",
    "song": "Sheena Is a Punk Rocker",
    "track_id": "c66178f3-8ba2-324c-bca4-fa9b6ae8442f",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Anthology: Hey Ho, Let’s Go!",
    "release_id": "62f2f224-3b1b-4320-98db-65a6e8a7589a",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own Eddie Vedder inducted the Ramones into the Rock and Roll Hall of Fame.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}