Information about plays

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

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

{
    "id": 3549398,
    "uri": "https://api.kexp.org/v2/plays/3549398/?format=api",
    "airdate": "2025-09-05T22:54:33-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/f7edbae7-51b8-4e72-ba84-4a284b4f6e52/15767577986-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f7edbae7-51b8-4e72-ba84-4a284b4f6e52/15767577986-250.jpg",
    "song": "Black Mags",
    "track_id": null,
    "recording_id": "53496507-251a-4607-ac3a-5113c0320ab8",
    "artist": "The Cool Kids",
    "artist_ids": [
        "fca8cdfa-120d-49ec-b1da-0ff8aa90c3ab"
    ],
    "album": "The Bake Sale",
    "release_id": null,
    "release_group_id": "fccce00e-65ad-3a7c-9177-f213c0f2de3b",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2008-06-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}