Information about plays

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

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

{
    "id": 3584058,
    "uri": "https://api.kexp.org/v2/plays/3584058/?format=api",
    "airdate": "2025-11-28T10:24:19-08:00",
    "show": 65231,
    "show_uri": "https://api.kexp.org/v2/shows/65231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rat Is Dead (Rage)",
    "track_id": "15093bd7-8ae8-395a-aa2d-6e637d2dd3ec",
    "recording_id": "f917a3b7-1df2-4f98-be9c-acada1b4fe0d",
    "artist": "CSS",
    "artist_ids": [
        "23b58ea2-1cc3-468a-9e76-5027e196e851"
    ],
    "album": "Donkey",
    "release_id": "a873ac53-1840-472c-9dc3-6987c6d07c6e",
    "release_group_id": "0d962042-8184-3915-893e-cbadf2976625",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "CSS hails from São Paulo, Brazil. They formed in 2003 and disbanded in 2013, then reunited again in 2019.  This is the first single from their second album, Donkey (2008).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}