Information about plays

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

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

{
    "id": 3558982,
    "uri": "https://api.kexp.org/v2/plays/3558982/?format=api",
    "airdate": "2025-09-28T20:55:15-07:00",
    "show": 64693,
    "show_uri": "https://api.kexp.org/v2/shows/64693/?format=api",
    "image_uri": "https://coverartarchive.org/release/686e3138-0e10-4bd1-a997-897904031bfd/15367026706-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/686e3138-0e10-4bd1-a997-897904031bfd/15367026706-250.jpg",
    "song": "New for U",
    "track_id": null,
    "recording_id": "d0dc2cbe-3e78-4bb1-8376-291d68e0b046",
    "artist": "Andrés",
    "artist_ids": [
        "51b3f8e4-5b95-4c3c-ab43-659f4ae81b6c"
    ],
    "album": "New for U",
    "release_id": null,
    "release_group_id": "9226b0d1-f723-4122-bf2e-0fe24e218db5",
    "labels": [
        "La Vida"
    ],
    "label_ids": [
        "ce454526-cd9a-4ad3-90ab-b1400df65dd9"
    ],
    "release_date": "2012-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Dez aka Andres, a Slum Village DJ and Detroit native, released this 12'' debut, New For U, on his own label La Vida.\nhttps://andres.bandcamp.com/track/new-for-u",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}