Information about plays

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

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

{
    "id": 3658151,
    "uri": "https://api.kexp.org/v2/plays/3658151/?format=api",
    "airdate": "2026-05-22T17:32:36-07:00",
    "show": 66786,
    "show_uri": "https://api.kexp.org/v2/shows/66786/?format=api",
    "image_uri": "https://coverartarchive.org/release/8d642124-558d-4623-aa63-121ef8820fc4/32699790227-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8d642124-558d-4623-aa63-121ef8820fc4/32699790227-250.jpg",
    "song": "Esto me pertenece",
    "track_id": null,
    "recording_id": "ea63be1d-e4b0-4d71-87ec-6e71c8ffa060",
    "artist": "Dame Area",
    "artist_ids": [
        "aaedfe7d-1f36-4c8c-8ef4-a6087f04ccbf"
    ],
    "album": "Esto me pertenece",
    "release_id": null,
    "release_group_id": "a9c029e3-2163-48e4-a406-d6cccc4219be",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "out to kevin!\n\nDame Area is Silvia Kostance and Viktor L. Crux from Barcelona, Spain! \nFind their music here https://damearea.bandcamp.com/album/esto-me-pertenece",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}