Information about plays

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

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

{
    "id": 3579522,
    "uri": "https://api.kexp.org/v2/plays/3579522/?format=api",
    "airdate": "2025-11-17T20:00:57-08:00",
    "show": 65140,
    "show_uri": "https://api.kexp.org/v2/shows/65140/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd866e88-d2d5-4fe8-af3a-3950cd8c64c5/33715435364-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cd866e88-d2d5-4fe8-af3a-3950cd8c64c5/33715435364-250.jpg",
    "song": "mwah :3",
    "track_id": null,
    "recording_id": "0c3fed21-97c1-4ba4-beb5-87bf1ea47607",
    "artist": "Dinamarca, Rusowsky",
    "artist_ids": [],
    "album": "mwah :3",
    "release_id": null,
    "release_group_id": "49cf3637-ba46-4c3a-b58f-9abb7fb6bc93",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}