Information about plays

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

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

{
    "id": 3553750,
    "uri": "https://api.kexp.org/v2/plays/3553750/?format=api",
    "airdate": "2025-09-16T11:38:07-07:00",
    "show": 64578,
    "show_uri": "https://api.kexp.org/v2/shows/64578/?format=api",
    "image_uri": "https://ia801004.us.archive.org/8/items/mbid-03d6a4e9-f5ce-4e03-a084-b5648f40dbe4/mbid-03d6a4e9-f5ce-4e03-a084-b5648f40dbe4-7707477589_thumb500.jpg",
    "thumbnail_uri": "https://ia801004.us.archive.org/8/items/mbid-03d6a4e9-f5ce-4e03-a084-b5648f40dbe4/mbid-03d6a4e9-f5ce-4e03-a084-b5648f40dbe4-7707477589_thumb250.jpg",
    "song": "I’m Not in Love",
    "track_id": "218ca1e5-b769-43fe-a91d-ea63d66ce279",
    "recording_id": "05312234-bd1c-4245-b022-b565373fb335",
    "artist": "10cc",
    "artist_ids": [
        "f37c537b-3557-4031-bfd6-ab63ced32854"
    ],
    "album": "I’m Not in Love",
    "release_id": "03d6a4e9-f5ce-4e03-a084-b5648f40dbe4",
    "release_group_id": "c8a5f56f-2ec4-4f2e-a487-97ae1a5e548b",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1975-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl watched this Instagram feature about the making of this classic song.  She learned a lot!: https://www.instagram.com/p/DOBkns4EW3t/\n--\nThis song was chosen as part of teen DJ REDSORARE's eclectic set last Saturday.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}