Information about plays

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

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

{
    "id": 3619526,
    "uri": "https://api.kexp.org/v2/plays/3619526/?format=api",
    "airdate": "2026-02-19T13:41:04-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sukiyaki",
    "track_id": null,
    "recording_id": "61e410c9-e690-4cc6-b4f6-3bda29924a5e",
    "artist": "ε‚ζœ¬δΉ",
    "artist_ids": [
        "ec79fc88-5258-48c5-8a58-c06419911e01"
    ],
    "album": "Sukiyaki",
    "release_id": null,
    "release_group_id": "b02dfb51-117a-426b-86d9-6b7ab7a61e97",
    "labels": [
        "CMP Records"
    ],
    "label_ids": [
        "4c2a45f2-ec9a-495b-9604-ff3f73858a7c"
    ],
    "release_date": "2019-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written in 1961 and came to the US and the world in 1963 as a smash hit. Kyu Sakamoto was 19 when he performed this song entirely in Japanese.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}