Information about plays

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

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

{
    "id": 3554010,
    "uri": "https://api.kexp.org/v2/plays/3554010/?format=api",
    "airdate": "2025-09-17T02:17:01-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://coverartarchive.org/release/e33f748d-bc5b-4b32-b45d-022ed8e75d37/5216377247-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e33f748d-bc5b-4b32-b45d-022ed8e75d37/5216377247-250.jpg",
    "song": "I Feel Free",
    "track_id": null,
    "recording_id": "14fc01f3-f853-4249-8967-8ed8e5d840a3",
    "artist": "Cream",
    "artist_ids": [
        "04cd0cfd-bfd1-4c36-bc38-95c35e2c045f"
    ],
    "album": "Fresh Cream",
    "release_id": null,
    "release_group_id": "38d65202-a589-38ad-bf19-6161193340ee",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1966-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}