Information about plays

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

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

{
    "id": 3618122,
    "uri": "https://api.kexp.org/v2/plays/3618122/?format=api",
    "airdate": "2026-02-16T03:05:55-08:00",
    "show": 65947,
    "show_uri": "https://api.kexp.org/v2/shows/65947/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1c06c88-a212-4ff2-85fa-305a2797d482/9024551434-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1c06c88-a212-4ff2-85fa-305a2797d482/9024551434-250.jpg",
    "song": "The Geography",
    "track_id": null,
    "recording_id": "80f938db-a113-4506-9c0a-85ad0fc43505",
    "artist": "Belbury Poly",
    "artist_ids": [
        "bed5e193-573f-4378-98a6-020a8fac350c"
    ],
    "album": "The Belbury Tales",
    "release_id": null,
    "release_group_id": "7415089f-a9e9-455a-9188-d83aa83c56b5",
    "labels": [
        "Ghost Box"
    ],
    "label_ids": [
        "8c4c605f-ce5f-4322-9c79-d44b0e4426f5"
    ],
    "release_date": "2012-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}