Information about plays

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

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

{
    "id": 3588548,
    "uri": "https://api.kexp.org/v2/plays/3588548/?format=api",
    "airdate": "2025-12-08T15:41:04-08:00",
    "show": 65324,
    "show_uri": "https://api.kexp.org/v2/shows/65324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On the Radio",
    "track_id": null,
    "recording_id": "9c80a17b-707e-4bbc-b9a5-d59224cbb476",
    "artist": "Mystie",
    "artist_ids": [
        "54dc3273-f698-4ab3-8b3a-53a920337ef2"
    ],
    "album": "Freestyle Gold 2000",
    "release_id": null,
    "release_group_id": "5b8754b7-cb32-387d-88b0-95603a72ea04",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/155166-Various-Freestyle-Gold-2000?srsltid=AfmBOoqhH7OkYT1GmTXZ995ZEWGr7_A6xwr2knIsDBiATCP8NnCMHVPq",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}