Information about plays

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

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

{
    "id": 3542597,
    "uri": "https://api.kexp.org/v2/plays/3542597/?format=api",
    "airdate": "2025-08-20T19:21:32-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a4593de-3063-4944-b1e3-54afeee9883b/28999413693-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a4593de-3063-4944-b1e3-54afeee9883b/28999413693-250.jpg",
    "song": "Etéreo",
    "track_id": null,
    "recording_id": "3722cf05-24d2-4edc-aae5-9ddb4bfdc65a",
    "artist": "La Era de Acuario",
    "artist_ids": [
        "6c6ba104-7755-4558-ae8f-944b80228174"
    ],
    "album": "La Era de Acuario",
    "release_id": null,
    "release_group_id": "2c5a5a06-9411-4903-b92a-7bf9a51bfb3b",
    "labels": [
        "Necio Records"
    ],
    "label_ids": [
        "73ddcfca-a303-471c-8cbc-4bcbe1b861d3"
    ],
    "release_date": "2021-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psych group out of Mexico. Listen and watch their recording of Etéreo (Lockdown Session ) here- https://www.youtube.com/watch?v=XJsrLt4jj8g&list=RDXJsrLt4jj8g&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}