Information about plays

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

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

{
    "id": 3550462,
    "uri": "https://api.kexp.org/v2/plays/3550462/?format=api",
    "airdate": "2025-09-08T13:50:10-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia800809.us.archive.org/15/items/mbid-6225781f-ffff-3a20-8c9d-cd10f51bc6ac/mbid-6225781f-ffff-3a20-8c9d-cd10f51bc6ac-6114896613_thumb500.jpg",
    "thumbnail_uri": "https://ia800809.us.archive.org/15/items/mbid-6225781f-ffff-3a20-8c9d-cd10f51bc6ac/mbid-6225781f-ffff-3a20-8c9d-cd10f51bc6ac-6114896613_thumb250.jpg",
    "song": "Rock Steady",
    "track_id": "051eab7e-ac9a-3e61-ac48-0976a3a6d2bd",
    "recording_id": "3f02df02-5207-4776-9839-5225c20acf7d",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Young, Gifted and Black",
    "release_id": "6225781f-ffff-3a20-8c9d-cd10f51bc6ac",
    "release_group_id": "f62ec525-7158-37c1-8535-6eaac62435b3",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-12-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}