Information about plays

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

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

{
    "id": 3616844,
    "uri": "https://api.kexp.org/v2/plays/3616844/?format=api",
    "airdate": "2026-02-13T05:01:44-08:00",
    "show": 65919,
    "show_uri": "https://api.kexp.org/v2/shows/65919/?format=api",
    "image_uri": "https://ia800205.us.archive.org/34/items/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88-8256283799_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/34/items/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88-8256283799_thumb250.jpg",
    "song": "Sexual Healing",
    "track_id": "36c0586e-cfc5-3c0b-80af-215c0b966bac",
    "recording_id": "ec328c21-febd-4711-b383-6c2a9813d437",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "The Very Best of Marvin Gaye",
    "release_id": "9648435f-ce2f-4e6b-bebe-90ef7c6f2d88",
    "release_group_id": "fabc8d10-64e5-452c-bfe3-5da10451d136",
    "labels": [
        "Motown",
        "UTV Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b",
        "b76b577b-3460-4d8c-874f-4530b3396311"
    ],
    "release_date": "2001-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OTD in 1983 Marvin Gaye performed a very memorable national anthem at the NBA All-Star Game in Los Angeles, doing a sultry version with a beat.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}