Information about plays

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

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

{
    "id": 3420630,
    "uri": "https://api.kexp.org/v2/plays/3420630/?format=api",
    "airdate": "2024-11-02T21:38:15-07:00",
    "show": 61748,
    "show_uri": "https://api.kexp.org/v2/shows/61748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dump The Bosses Back Off Your Back",
    "track_id": null,
    "recording_id": null,
    "artist": "The Carp",
    "artist_ids": [],
    "album": "Knock Your Block Off",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Total Punk"
    ],
    "label_ids": [
        "a6a37f5a-c541-4869-ae30-a0a8ed86a198"
    ],
    "release_date": "2024-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cleveland based 3-piece, consisting of members of Cruelster, Knowso, and Perverts Again.\n\nhttps://totalpunkrecords.bandcamp.com/album/knock-your-block-off-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}