Information about plays

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

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

{
    "id": 3575827,
    "uri": "https://api.kexp.org/v2/plays/3575827/?format=api",
    "airdate": "2025-11-09T01:47:00-08:00",
    "show": 65061,
    "show_uri": "https://api.kexp.org/v2/shows/65061/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fall Of Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Speedemon",
    "artist_ids": [
        "ce03cd6b-cf77-4b53-9b66-f7f1a09b07d8"
    ],
    "album": "Fall Of Man",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rastilho Metal Records"
    ],
    "label_ids": [
        "b6a54919-a41b-490a-b8a2-2a4a154f8356"
    ],
    "release_date": "2025-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sophomore release from this band out of Lisbon, Portugal.\n\nhttps://speedemon.bandcamp.com/track/thunderball-2\nhttps://www.facebook.com/speedemon.band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}