Information about plays

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

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

{
    "id": 3569416,
    "uri": "https://api.kexp.org/v2/plays/3569416/?format=api",
    "airdate": "2025-10-24T15:47:44-07:00",
    "show": 64920,
    "show_uri": "https://api.kexp.org/v2/shows/64920/?format=api",
    "image_uri": "https://coverartarchive.org/release/dca64759-867d-421b-be65-cd9b026a7e98/4696441070-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dca64759-867d-421b-be65-cd9b026a7e98/4696441070-250.jpg",
    "song": "Rappcats, Part 3",
    "track_id": null,
    "recording_id": "2cc3a62b-7270-4a48-8fe1-981080e412b8",
    "artist": "Quasimoto",
    "artist_ids": [
        "b614843c-bec3-421f-9af1-03169cdd4b63"
    ],
    "album": "The Further Adventures of Lord Quas",
    "release_id": null,
    "release_group_id": "5a62c531-9c3b-3cf0-826b-d757456de665",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2005-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday MADLIB!\n\nSecond studio album from Quasimoto, a side project of hip hop producer Madlib. Quasimoto is technically a duo, featuring Madlib and an animated character named Lord Quas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}