Information about plays

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

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

{
    "id": 3549028,
    "uri": "https://api.kexp.org/v2/plays/3549028/?format=api",
    "airdate": "2025-09-05T00:54:31-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "https://coverartarchive.org/release/d58f7790-91a7-496a-8f5f-f831052a73e6/37901442789-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d58f7790-91a7-496a-8f5f-f831052a73e6/37901442789-250.jpg",
    "song": "The Worst Band In The World",
    "track_id": null,
    "recording_id": "740f3d88-85af-44ef-8b51-1df8ed94aaaf",
    "artist": "10cc",
    "artist_ids": [
        "f37c537b-3557-4031-bfd6-ab63ced32854"
    ],
    "album": "100cc: Greatest Hits of 10cc",
    "release_id": null,
    "release_group_id": "617d7f12-95e3-3469-965d-f3583c862384",
    "labels": [
        "Possum Records"
    ],
    "label_ids": [
        "de420d3b-928e-460e-8534-7cccecd697a6"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}