Information about plays

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

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

{
    "id": 3581954,
    "uri": "https://api.kexp.org/v2/plays/3581954/?format=api",
    "airdate": "2025-11-23T14:57:26-08:00",
    "show": 65189,
    "show_uri": "https://api.kexp.org/v2/shows/65189/?format=api",
    "image_uri": "https://ia801604.us.archive.org/33/items/mbid-8e48625f-31c3-4e60-b451-9f48bb0828bf/mbid-8e48625f-31c3-4e60-b451-9f48bb0828bf-8838149001_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/33/items/mbid-8e48625f-31c3-4e60-b451-9f48bb0828bf/mbid-8e48625f-31c3-4e60-b451-9f48bb0828bf-8838149001_thumb250.jpg",
    "song": "The Bird",
    "track_id": "7c8f5ca4-6469-4ffb-a04e-9d8c8c794659",
    "recording_id": "75c5ac67-43dc-4798-8f82-3ad0cbb7812d",
    "artist": "The Time",
    "artist_ids": [
        "3bfa8f23-2dbb-43e2-b1da-3cfaa6c5ff9d"
    ],
    "album": "Ice Cream Castle",
    "release_id": "d8014811-055d-4131-bc19-878d6034368f",
    "release_group_id": "7bcad944-a741-32ad-b387-8489c8b4b9ac",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We lost Jellybean Johnson on Friday, the drummer for Morris Day and The Time, Janet Jackson, and New Edition. He was 69.\n\nhttps://www.rollingstone.com/music/music-news/jellybean-johnson-the-time-prince-dead-obituary-1235471010/\n\n\"The Bird\" was initially recorded in the studio in 1983 with all instruments by Prince, except guitar, which was performed by Jesse Johnson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}