Information about plays

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

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

{
    "id": 3542575,
    "uri": "https://api.kexp.org/v2/plays/3542575/?format=api",
    "airdate": "2025-08-20T18:00:11-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e2648b1-d47d-4781-9452-a56c97af6130/6649087897-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e2648b1-d47d-4781-9452-a56c97af6130/6649087897-250.jpg",
    "song": "Situation",
    "track_id": null,
    "recording_id": "e3028b33-ae77-4281-8a17-8570dee96ebe",
    "artist": "Yazoo",
    "artist_ids": [
        "42922db2-2e80-44b8-9cdf-0b3a6634c124"
    ],
    "album": "Upstairs at Eric’s",
    "release_id": null,
    "release_group_id": "ca189e76-5704-3097-8dad-b6e1923bc917",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1982-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Upstairs at Eric's\" was released on this day in 1982!  It was named after producer EC Radcliffe's Blackwing Studios - \"I didn't know of any other studios, so I just assumed that Blackwing was the only studio I could record at\" said Vince Clarke",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}