Information about plays

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

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

{
    "id": 3550533,
    "uri": "https://api.kexp.org/v2/plays/3550533/?format=api",
    "airdate": "2025-09-08T18:06:10-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "https://coverartarchive.org/release/3501fcc8-9884-3b08-b8e0-62c51725b752/15593823482-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3501fcc8-9884-3b08-b8e0-62c51725b752/15593823482-250.jpg",
    "song": "Natural High",
    "track_id": null,
    "recording_id": "f027a512-b440-45ff-9eff-da6fb5d171ed",
    "artist": "Bloodstone",
    "artist_ids": [
        "76f44882-834d-4c34-a688-0a4449711e68"
    ],
    "album": "Natural High",
    "release_id": null,
    "release_group_id": "5c68ed0f-2fcd-3a18-9e3f-6e1e3034ea3d",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}