Information about plays

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

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

{
    "id": 3548630,
    "uri": "https://api.kexp.org/v2/plays/3548630/?format=api",
    "airdate": "2025-09-04T00:24:29-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "https://coverartarchive.org/release/80faf5b1-c924-4a26-828a-51fda53e27dc/4524361185-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80faf5b1-c924-4a26-828a-51fda53e27dc/4524361185-250.jpg",
    "song": "The Space Between",
    "track_id": null,
    "recording_id": "dfcca4fd-f490-42f0-b92d-cd3dcdd99f2b",
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Avalon",
    "release_id": null,
    "release_group_id": "4b51d75c-ca0e-3ea7-9950-639eda1f7d1a",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1982-05-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}