Information about plays

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

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

{
    "id": 3572419,
    "uri": "https://api.kexp.org/v2/plays/3572419/?format=api",
    "airdate": "2025-11-01T01:31:19-07:00",
    "show": 64988,
    "show_uri": "https://api.kexp.org/v2/shows/64988/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tomorrow You Don't Know (Vocal Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Andy Romano",
    "artist_ids": [
        "f382ac0b-6951-4574-9fc7-a6ef131a9822"
    ],
    "album": "Tomorrow You Don’t Know / Lady Of Fire",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Flashback Records"
    ],
    "label_ids": [
        "24172834-a434-4b12-baa5-115abe55fc04"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://flashback-records.bandcamp.com/album/andy-romano-tomorrow-you-don-t-know-lady-of-fire",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}