Information about plays

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

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

{
    "id": 3570781,
    "uri": "https://api.kexp.org/v2/plays/3570781/?format=api",
    "airdate": "2025-10-27T23:19:21-07:00",
    "show": 64953,
    "show_uri": "https://api.kexp.org/v2/shows/64953/?format=api",
    "image_uri": "https://coverartarchive.org/release/72f6abb6-7f20-4ad9-a67f-bb89659abb90/40674579668-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72f6abb6-7f20-4ad9-a67f-bb89659abb90/40674579668-250.jpg",
    "song": "Corners (Chanel Beads Rework)",
    "track_id": null,
    "recording_id": null,
    "artist": "LEYA",
    "artist_ids": [
        "443bdc7a-398c-43ec-8c1d-f3f0afd87466"
    ],
    "album": "I Forget Everything",
    "release_id": null,
    "release_group_id": "12a8783d-36fd-44f0-a9e1-5a99f7df938a",
    "labels": [
        "NNA Tapes"
    ],
    "label_ids": [
        "cca38a20-d015-4a92-9399-edf23bef4264"
    ],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fellow New Yorker Chanel Beads with an ace remix - https://leya.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}