Information about plays

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

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

{
    "id": 3560586,
    "uri": "https://api.kexp.org/v2/plays/3560586/?format=api",
    "airdate": "2025-10-02T20:23:38-07:00",
    "show": 64728,
    "show_uri": "https://api.kexp.org/v2/shows/64728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Balong Malalim",
    "track_id": null,
    "recording_id": "70c97390-a97e-40c1-8ef4-40e6dbce88a7",
    "artist": "Juan de la Cruz Band",
    "artist_ids": [
        "62b5c54b-0e49-4dc9-a0d5-db091b8c8d27"
    ],
    "album": "Maskara",
    "release_id": null,
    "release_group_id": "973c17df-abdb-4a15-ab4c-260c318715ee",
    "labels": [
        "Sunshine"
    ],
    "label_ids": [
        "bbf22354-b8b4-4804-a339-f8a7718b6152"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Juan de la Cruz Band was a Filipino rock group formed in 1970, that pioneered what became known as Pinoy rock.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}