Information about plays

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

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

{
    "id": 3525359,
    "uri": "https://api.kexp.org/v2/plays/3525359/?format=api",
    "airdate": "2025-07-11T00:18:59-07:00",
    "show": 63978,
    "show_uri": "https://api.kexp.org/v2/shows/63978/?format=api",
    "image_uri": "https://coverartarchive.org/release/5dd3a8e7-4673-4eaf-a55f-5d2e0fd1a628/4233869308-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5dd3a8e7-4673-4eaf-a55f-5d2e0fd1a628/4233869308-250.jpg",
    "song": "Rumpofsteelskin",
    "track_id": null,
    "recording_id": "12318477-00e8-45ee-b49b-1b10207a3d11",
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Motor Booty Affair",
    "release_id": null,
    "release_group_id": "386db929-dd7a-36f1-97aa-673848c97f09",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1978-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}