Information about plays

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

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

{
    "id": 3603134,
    "uri": "https://api.kexp.org/v2/plays/3603134/?format=api",
    "airdate": "2026-01-11T16:21:39-08:00",
    "show": 65624,
    "show_uri": "https://api.kexp.org/v2/shows/65624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Family Affair",
    "track_id": null,
    "recording_id": "c0d6b00e-45f2-438b-b54e-a067ff55c65e",
    "artist": "Mary J. Blige",
    "artist_ids": [
        "db76c5ca-d555-4f09-b1db-baa1b713d875"
    ],
    "album": "No More Drama",
    "release_id": null,
    "release_group_id": "3b158502-4f45-309f-9624-818d7ff613ce",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2001-08-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 55th birthday to Mary J. Blige, born on this day in 1971!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}