Information about plays

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

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

{
    "id": 3532344,
    "uri": "https://api.kexp.org/v2/plays/3532344/?format=api",
    "airdate": "2025-07-27T09:05:02-07:00",
    "show": 64128,
    "show_uri": "https://api.kexp.org/v2/shows/64128/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’d Have You Anytime",
    "track_id": null,
    "recording_id": "c1848558-a693-41da-8de9-6bbb1ddd0854",
    "artist": "Ralfi Pagán",
    "artist_ids": [
        "6a99d6de-05d2-4de7-86ca-25b8d4a52ed4"
    ],
    "album": "Ralfi",
    "release_id": null,
    "release_group_id": "5ab18b3a-3889-3b0d-8662-45920c524cc0",
    "labels": [
        "Fania"
    ],
    "label_ids": [
        "a00f1d54-2e47-492b-b24b-3b994b2ba0c4"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Dylan-George Harrison penned tune from 'All Things Must Pass.' Ralfi recorded four albums for the legendary Fania label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}