Information about plays

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

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

{
    "id": 3626164,
    "uri": "https://api.kexp.org/v2/plays/3626164/?format=api",
    "airdate": "2026-03-06T23:05:21-08:00",
    "show": 66112,
    "show_uri": "https://api.kexp.org/v2/shows/66112/?format=api",
    "image_uri": "https://coverartarchive.org/release/458e1a8d-c9b1-418d-ab5d-376ea1954942/3766526343-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/458e1a8d-c9b1-418d-ab5d-376ea1954942/3766526343-250.jpg",
    "song": "Millionaire",
    "track_id": null,
    "recording_id": "00c6799a-12ab-4bde-8a0d-552c95e6e724",
    "artist": "Kelis feat. André 3000",
    "artist_ids": [
        "1239d1bc-cc09-43e0-bcd0-374f60346138",
        "f563a1a9-069b-41ed-8b3b-e1b1a6f5b34b"
    ],
    "album": "Tasty",
    "release_id": null,
    "release_group_id": "80310857-68e9-3c44-a6ce-a15232c1ddbf",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2003-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Make your donations at www.kexp.org now!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}