Information about plays

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

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

{
    "id": 3544202,
    "uri": "https://api.kexp.org/v2/plays/3544202/?format=api",
    "airdate": "2025-08-24T13:04:55-07:00",
    "show": 64376,
    "show_uri": "https://api.kexp.org/v2/shows/64376/?format=api",
    "image_uri": "https://ia601306.us.archive.org/12/items/mbid-0579c05b-3cc2-40ef-8a32-fee6e3be90f6/mbid-0579c05b-3cc2-40ef-8a32-fee6e3be90f6-2985455668_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/12/items/mbid-0579c05b-3cc2-40ef-8a32-fee6e3be90f6/mbid-0579c05b-3cc2-40ef-8a32-fee6e3be90f6-2985455668_thumb250.jpg",
    "song": "Dance or Die",
    "track_id": "9a65dec6-11bd-3577-aef5-998fbc1099fc",
    "recording_id": "8ce76d9b-00cd-49fd-b9f6-6e4a799dd2c7",
    "artist": "Janelle Monáe feat. Saul Williams",
    "artist_ids": [
        "756cf672-d4ae-4470-a3af-a43d776a211d",
        "ee190f6b-7d98-43ec-b924-da5f8018eca0"
    ],
    "album": "The ArchAndroid",
    "release_id": "0579c05b-3cc2-40ef-8a32-fee6e3be90f6",
    "release_group_id": "7c5bb286-ac24-443c-81cc-4f5f6261c343",
    "labels": [
        "Bad Boy Records"
    ],
    "label_ids": [
        "29d43312-a8ed-4d7b-9f4e-f5650318aebb"
    ],
    "release_date": "2010-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Monáe will be at Bumbershoot this year, on August 31st at the Fountain Stage from 8:15PM to 9:30PM!\n\nhttps://bumbershoot.com/music/janelle-monae/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}