Information about plays

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

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

{
    "id": 3560584,
    "uri": "https://api.kexp.org/v2/plays/3560584/?format=api",
    "airdate": "2025-10-02T20:16:24-07:00",
    "show": 64728,
    "show_uri": "https://api.kexp.org/v2/shows/64728/?format=api",
    "image_uri": "https://coverartarchive.org/release/be85e089-7445-4ba7-b9da-1fc0f47e4eb7/35369632620-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be85e089-7445-4ba7-b9da-1fc0f47e4eb7/35369632620-250.jpg",
    "song": "Place in the Country",
    "track_id": null,
    "recording_id": "ef2a78c0-19f0-41d3-a549-9d5cbb50dd6f",
    "artist": "Fanny",
    "artist_ids": [
        "680ed212-93dc-4fd2-8d51-8d560060bd86"
    ],
    "album": "Charity Ball",
    "release_id": null,
    "release_group_id": "abf381dd-a70e-3b7e-a5d2-c22fb5277775",
    "labels": [
        "Real Gone Music"
    ],
    "label_ids": [
        "c4a2c17b-ec52-49dd-ae65-ce5519702f49"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fanny was an legendary American rock band, active in the early to mid 1970s. They were one of the first all-female rock groups to achieve critical and commercial success.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}