Information about plays

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

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

{
    "id": 3592746,
    "uri": "https://api.kexp.org/v2/plays/3592746/?format=api",
    "airdate": "2025-12-18T16:54:18-08:00",
    "show": 65412,
    "show_uri": "https://api.kexp.org/v2/shows/65412/?format=api",
    "image_uri": "https://ia601205.us.archive.org/28/items/mbid-6a5516ed-5ad0-46bd-9249-d70fad9a1425/mbid-6a5516ed-5ad0-46bd-9249-d70fad9a1425-10903986707_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/28/items/mbid-6a5516ed-5ad0-46bd-9249-d70fad9a1425/mbid-6a5516ed-5ad0-46bd-9249-d70fad9a1425-10903986707_thumb250.jpg",
    "song": "Black Cat",
    "track_id": "c40747ab-5882-4301-b8e3-5fd50e9496eb",
    "recording_id": "2647cdc2-b950-412a-a77a-efb527c23f17",
    "artist": "Janet Jackson",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "Rhythm Nation 1814",
    "release_id": "6a5516ed-5ad0-46bd-9249-d70fad9a1425",
    "release_group_id": "20aaac17-e4e8-373c-99cc-211321b82832",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "2015-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Jackson and Jellybean Johnson, \"Black Cat\" is from Rhythm Nation 1814, the fourth studio album by singer Janet Jackson, released on September 19, 1989, by A&M Records. Although label executives wanted material similar to her previous album, Control, Jackson insisted on creating a concept album addressing social issues.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}