Information about plays

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

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

{
    "id": 3610138,
    "uri": "https://api.kexp.org/v2/plays/3610138/?format=api",
    "airdate": "2026-01-28T08:47:02-08:00",
    "show": 65776,
    "show_uri": "https://api.kexp.org/v2/shows/65776/?format=api",
    "image_uri": "https://ia801200.us.archive.org/26/items/mbid-89042f87-f567-4160-b5ff-a2594426845f/mbid-89042f87-f567-4160-b5ff-a2594426845f-13682438125_thumb500.jpg",
    "thumbnail_uri": "https://ia801200.us.archive.org/26/items/mbid-89042f87-f567-4160-b5ff-a2594426845f/mbid-89042f87-f567-4160-b5ff-a2594426845f-13682438125_thumb250.jpg",
    "song": "Rise Above",
    "track_id": "8bd27ebc-15d3-4de3-b2d8-67c575a055c1",
    "recording_id": "239eb2e1-ce81-46ea-9eae-7f17b2783b0e",
    "artist": "Chuck D & Henry Rollins",
    "artist_ids": [
        "88633ac3-c8e2-420f-8415-77ac56b3105f",
        "656b39fb-979c-4c57-bb87-61d1a8eb38d1"
    ],
    "album": "Rise Above: 24 Black Flag Songs to Benefit the West Memphis Three",
    "release_id": "89042f87-f567-4160-b5ff-a2594426845f",
    "release_group_id": "f9772aa6-d468-3d24-ab09-f41b6a266f3d",
    "labels": [
        "Sanctuary Records",
        "2.13.61 Records"
    ],
    "label_ids": [
        "94469373-73c9-4699-85df-414d577f9a7b",
        "e06e6727-4602-48a6-91de-76f21c85bd06"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2002, Henry Rollins organized an album to benefit the West Memphis Three--three youths incarcerated for a 1993 triple murder. Read about it here: https://tinyurl.com/c4cddz83 (Billboard)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}