Information about plays

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

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

{
    "id": 3554056,
    "uri": "https://api.kexp.org/v2/plays/3554056/?format=api",
    "airdate": "2025-09-17T04:53:11-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia804505.us.archive.org/29/items/mbid-6f65a86c-48f2-4019-86e1-b9dec2338dd2/mbid-6f65a86c-48f2-4019-86e1-b9dec2338dd2-8301979013_thumb500.jpg",
    "thumbnail_uri": "https://ia904505.us.archive.org/29/items/mbid-6f65a86c-48f2-4019-86e1-b9dec2338dd2/mbid-6f65a86c-48f2-4019-86e1-b9dec2338dd2-8301979013_thumb250.jpg",
    "song": "Freedom",
    "track_id": "a629b928-9bce-3a60-9770-b8c62c95f420",
    "recording_id": "518a73cc-f9ed-486e-a1e4-a725585ac03e",
    "artist": "Grandmaster Flash & The Furious Five",
    "artist_ids": [
        "1390d663-2f56-4b41-9f75-f45ba489250b"
    ],
    "album": "The Sugar Hill Records Story",
    "release_id": "6f65a86c-48f2-4019-86e1-b9dec2338dd2",
    "release_group_id": "5818525c-9486-3305-bfb6-a9da12a5413a",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}