Information about plays

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

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

{
    "id": 3542700,
    "uri": "https://api.kexp.org/v2/plays/3542700/?format=api",
    "airdate": "2025-08-21T01:13:51-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d2b21f0-5033-4d7b-84a5-071499882889/7930080659-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5d2b21f0-5033-4d7b-84a5-071499882889/7930080659-250.jpg",
    "song": "Caught Out There",
    "track_id": null,
    "recording_id": "ba1f1cc6-dfa3-4bb1-b8cc-0df23d678afa",
    "artist": "Kelis",
    "artist_ids": [
        "1239d1bc-cc09-43e0-bcd0-374f60346138"
    ],
    "album": "Kaleidoscope",
    "release_id": null,
    "release_group_id": "4ea68d9e-7e06-30ea-8b29-3d8195b302c7",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1999-12-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}