Information about plays

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

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

{
    "id": 3605335,
    "uri": "https://api.kexp.org/v2/plays/3605335/?format=api",
    "airdate": "2026-01-17T03:40:11-08:00",
    "show": 65671,
    "show_uri": "https://api.kexp.org/v2/shows/65671/?format=api",
    "image_uri": "https://coverartarchive.org/release/01536712-fd1c-46f1-b37d-531075765449/5803685674-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/01536712-fd1c-46f1-b37d-531075765449/5803685674-250.jpg",
    "song": "World Spin",
    "track_id": null,
    "recording_id": "594d6b9a-a738-4f63-841b-296f96c94436",
    "artist": "A Taste of Honey",
    "artist_ids": [
        "8fb61843-e724-41b4-86bd-6e3b3dfe9c6e"
    ],
    "album": "A Taste of Honey",
    "release_id": null,
    "release_group_id": "2fb1433a-dbe3-39c2-aed2-bc3ba0e7d8e4",
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "1978-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}