Information about plays

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

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

{
    "id": 3520201,
    "uri": "https://api.kexp.org/v2/plays/3520201/?format=api",
    "airdate": "2025-06-29T00:45:13-07:00",
    "show": 63866,
    "show_uri": "https://api.kexp.org/v2/shows/63866/?format=api",
    "image_uri": "https://coverartarchive.org/release/ebf3fd69-9b72-4058-9666-d9c422339668/40472725528-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ebf3fd69-9b72-4058-9666-d9c422339668/40472725528-250.jpg",
    "song": "Reveries of the Dark",
    "track_id": null,
    "recording_id": "0dc60aa3-05db-49f8-8bb3-b6e3758eb44d",
    "artist": "Morke",
    "artist_ids": [
        "8066540b-c8e7-40aa-8bca-911f31610962"
    ],
    "album": "We Are the River",
    "release_id": null,
    "release_group_id": "e50c36a6-149c-4204-9044-76e8f810c34c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-03-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minneapolis, Minnesota. https://morkemn.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}