Information about plays

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

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

{
    "id": 3613470,
    "uri": "https://api.kexp.org/v2/plays/3613470/?format=api",
    "airdate": "2026-02-05T08:51:45-08:00",
    "show": 65845,
    "show_uri": "https://api.kexp.org/v2/shows/65845/?format=api",
    "image_uri": "https://ia600204.us.archive.org/18/items/mbid-d341ac0e-4fa3-4451-8a98-f52add6a6564/mbid-d341ac0e-4fa3-4451-8a98-f52add6a6564-7363437872_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/18/items/mbid-d341ac0e-4fa3-4451-8a98-f52add6a6564/mbid-d341ac0e-4fa3-4451-8a98-f52add6a6564-7363437872_thumb250.jpg",
    "song": "You Can’t Hurry Love",
    "track_id": "a187c7c2-2527-351b-8d6f-101a0c33bc7d",
    "recording_id": "adc3b7d9-8411-497b-8b29-b099407c5498",
    "artist": "The Supremes",
    "artist_ids": [
        "c1aa2ec9-53e7-4d90-8d36-bac75832e986"
    ],
    "album": "The Supremes A' Go-Go",
    "release_id": "d341ac0e-4fa3-4451-8a98-f52add6a6564",
    "release_group_id": "13fcccc9-e9f5-387b-96ee-db402bf937fd",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1966-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Supremes 1966 smash hit, the first album by an all-female group to reach #1 on the Billboard 200 charts in the US. In 1967, Motown president renamed the group Diana Ross & The Supremes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}