Information about plays

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

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

{
    "id": 3611736,
    "uri": "https://api.kexp.org/v2/plays/3611736/?format=api",
    "airdate": "2026-02-01T04:18:53-08:00",
    "show": 65810,
    "show_uri": "https://api.kexp.org/v2/shows/65810/?format=api",
    "image_uri": "https://ia803207.us.archive.org/5/items/mbid-28fcfb41-0b81-4b53-a2f7-e20e5f62faf8/mbid-28fcfb41-0b81-4b53-a2f7-e20e5f62faf8-26288498028_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-28fcfb41-0b81-4b53-a2f7-e20e5f62faf8/mbid-28fcfb41-0b81-4b53-a2f7-e20e5f62faf8-26288498028_thumb250.jpg",
    "song": "Give It to Me Baby",
    "track_id": "73e588ba-3a47-3c45-b7ac-98a2530ed88e",
    "recording_id": "e1706cdd-6d23-4864-99fa-5f5789826f81",
    "artist": "Rick James",
    "artist_ids": [
        "cba9cec2-be8d-41bd-91b4-a1cd7de39b0c"
    ],
    "album": "Street Songs",
    "release_id": "28fcfb41-0b81-4b53-a2f7-e20e5f62faf8",
    "release_group_id": "24317b66-f34f-3b0c-9c73-7971c637ad47",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2001-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rick  James was born on this day  in 1948! He would have been 78 years old today. He passed away in 2004.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}