Information about plays

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

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

{
    "id": 3592895,
    "uri": "https://api.kexp.org/v2/plays/3592895/?format=api",
    "airdate": "2025-12-19T01:58:09-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Player's Ball (Original)",
    "track_id": "3d2edfee-31e4-42a1-97e5-48847f78208e",
    "recording_id": "90ccb7e0-d2c0-489f-9ea5-dcb680a2bd6e",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Big Boi & Dre Present... Outkast",
    "release_id": "0c40b3ac-b159-4d6a-8bd8-8e1e04b702c1",
    "release_group_id": "ebd24b3f-a9c1-4981-b9e9-9332c9d6eebb",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the first song that ever got OutKast any mainstream attention, the duo raps about a player's ball they attend on Christmas Day. When the song started to move up the Billboard charts, it was modified so that it could maintain popularity even after the Christmas season.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}