Information about plays

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

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

{
    "id": 3544360,
    "uri": "https://api.kexp.org/v2/plays/3544360/?format=api",
    "airdate": "2025-08-24T19:03:20-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "https://coverartarchive.org/release/80f3e40e-cd1d-436c-9d4c-61b1860bd041/25957687231-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80f3e40e-cd1d-436c-9d4c-61b1860bd041/25957687231-250.jpg",
    "song": "Can You Get Down",
    "track_id": null,
    "recording_id": "1a784aec-50b7-4e7d-a865-b5382dce7d18",
    "artist": "Universe City",
    "artist_ids": [
        "5dba4672-3f18-422d-aeac-d8247458d7f1"
    ],
    "album": "Universe City",
    "release_id": null,
    "release_group_id": "e3e86db4-9e1d-3eef-bcad-38b4e275e672",
    "labels": [
        "Midland International Records, Inc."
    ],
    "label_ids": [
        "bf4d8f4e-d6dd-427c-96d9-2e8a9b6327e1"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Universe City is a disco-funk quintet from New York. They released \"Can You Get Down\" on their eponymous debut album in 1976.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}