Information about plays

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

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

{
    "id": 3521344,
    "uri": "https://api.kexp.org/v2/plays/3521344/?format=api",
    "airdate": "2025-07-01T19:44:12-07:00",
    "show": 63894,
    "show_uri": "https://api.kexp.org/v2/shows/63894/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tu Copa",
    "track_id": null,
    "recording_id": null,
    "artist": "Perlita de Huelva",
    "artist_ids": [
        "c765e9bd-7f7a-420e-b44c-21d483bd4fd8"
    ],
    "album": "Quiero Olvidar",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Belter"
    ],
    "label_ids": [
        "a84eea6b-afe1-477f-8f2a-9f6e784e7a16"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spanish artist born in Huelva was a huge flamenco star in the 1960s and 1970s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}