Information about plays

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

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

{
    "id": 3550955,
    "uri": "https://api.kexp.org/v2/plays/3550955/?format=api",
    "airdate": "2025-09-09T17:55:42-07:00",
    "show": 64519,
    "show_uri": "https://api.kexp.org/v2/shows/64519/?format=api",
    "image_uri": "https://ia600801.us.archive.org/13/items/mbid-a0d917e8-8c92-4df1-b56a-d7c55ab1fc7b/mbid-a0d917e8-8c92-4df1-b56a-d7c55ab1fc7b-39587237122_thumb500.jpg",
    "thumbnail_uri": "https://ia600801.us.archive.org/13/items/mbid-a0d917e8-8c92-4df1-b56a-d7c55ab1fc7b/mbid-a0d917e8-8c92-4df1-b56a-d7c55ab1fc7b-39587237122_thumb250.jpg",
    "song": "I Feel for You",
    "track_id": "d845a273-5c9b-45e3-bb75-f98e7f7e72b1",
    "recording_id": "462e2ca8-b160-4c6f-bc39-d338bdf989e7",
    "artist": "Chaka Khan",
    "artist_ids": [
        "900e9144-019d-4043-86cb-ec0e127c39d0"
    ],
    "album": "I Feel for You",
    "release_id": "a0d917e8-8c92-4df1-b56a-d7c55ab1fc7b",
    "release_group_id": "0808d155-a75f-4b6b-9d21-0497dad8466f",
    "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": "\"I Feel for You\" is a song written by Prince that originally appeared on his 1979 self-titled album. The most successful and best-known version was recorded by R&B singer Chaka Khan and appeared on her 1984 album \"I Feel for You\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}