Information about plays

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

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

{
    "id": 3551114,
    "uri": "https://api.kexp.org/v2/plays/3551114/?format=api",
    "airdate": "2025-09-10T02:24:49-07:00",
    "show": 64522,
    "show_uri": "https://api.kexp.org/v2/shows/64522/?format=api",
    "image_uri": "https://dn721603.ca.archive.org/0/items/mbid-4c73cc28-ce92-4adf-b3e9-da180243aedf/mbid-4c73cc28-ce92-4adf-b3e9-da180243aedf-28862209097_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-4c73cc28-ce92-4adf-b3e9-da180243aedf/mbid-4c73cc28-ce92-4adf-b3e9-da180243aedf-28862209097_thumb250.jpg",
    "song": "Born to Love You",
    "track_id": "29695225-08ec-3090-835c-3e0202768c1e",
    "recording_id": "b37c32bf-8c8e-41eb-8cca-9e748462fe8a",
    "artist": "Rose Royce",
    "artist_ids": [
        "846482ac-d4c4-4286-8002-b14a601d8ec0"
    ],
    "album": "Car Wash",
    "release_id": "4c73cc28-ce92-4adf-b3e9-da180243aedf",
    "release_group_id": "e7831ac2-2bae-3ce6-a37a-e8d4cef1aee7",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rose Royce is an American soul and R&B group. They are best known for several hit singles during the 1970s including \"Car Wash\", \"I Wanna Get Next to You\", \"I'm Going Down\", \"Wishing on a Star\", and \"Love Don't Live Here Anymore\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}