Information about plays

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

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

{
    "id": 3415393,
    "uri": "https://api.kexp.org/v2/plays/3415393/?format=api",
    "airdate": "2024-10-21T04:19:34-07:00",
    "show": 61633,
    "show_uri": "https://api.kexp.org/v2/shows/61633/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vomit",
    "track_id": null,
    "recording_id": null,
    "artist": "Travis Thompson",
    "artist_ids": [
        "61716fe9-64cd-4c86-bf6c-d272a2b795da"
    ],
    "album": "Vomit",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle Rapper Travis Thompson is half Navajo and played the role of Tino on Reservation Dogs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}