Information about plays

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

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

{
    "id": 3564842,
    "uri": "https://api.kexp.org/v2/plays/3564842/?format=api",
    "airdate": "2025-10-14T04:58:02-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He's Telling You Lies",
    "track_id": "05e84353-864e-4b16-8c28-f2bae55c708c",
    "recording_id": "e2a86641-f0d1-4949-93cf-6378fdabf93b",
    "artist": "The Brood",
    "artist_ids": [
        "2ef8706e-baea-4c56-abec-91fbd70a303d"
    ],
    "album": "Vendetta!",
    "release_id": "5e5a171d-7a8f-40a0-8c43-a0fe79da573a",
    "release_group_id": "1147c6ce-5068-4352-ae2d-fce32892c1bd",
    "labels": [
        "Estrus Records"
    ],
    "label_ids": [
        "0e4027d6-7826-4082-b1be-41c59f30e982"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}