Information about plays

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

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

{
    "id": 3590383,
    "uri": "https://api.kexp.org/v2/plays/3590383/?format=api",
    "airdate": "2025-12-13T01:13:50-08:00",
    "show": 65362,
    "show_uri": "https://api.kexp.org/v2/shows/65362/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thundershowers (extended mix)",
    "track_id": null,
    "recording_id": "6b57a2e8-baf4-4562-a6be-b58285732da7",
    "artist": "Psyche",
    "artist_ids": [
        "cf1894f6-f80a-4edc-ad32-6d32bede1438"
    ],
    "album": "Thundershowers (In Ivory Towers) 1985",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Artoffact Records"
    ],
    "label_ids": [
        "25364892-b3e9-4692-bcbe-018fc26b9256"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://psyche.bandcamp.com/album/thundershowers-in-ivory-towers-1985",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}