Information about plays

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

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

{
    "id": 3627997,
    "uri": "https://api.kexp.org/v2/plays/3627997/?format=api",
    "airdate": "2026-03-12T05:16:57-07:00",
    "show": 66158,
    "show_uri": "https://api.kexp.org/v2/shows/66158/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4b72651-bb31-4408-a99c-081ddbca7fcc/38627956465-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4b72651-bb31-4408-a99c-081ddbca7fcc/38627956465-250.jpg",
    "song": "The Modern Age",
    "track_id": null,
    "recording_id": "32df3c20-ab95-4277-ae9c-b07f352bf05d",
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "Is This It",
    "release_id": null,
    "release_group_id": "6d44b57a-2b9d-372a-b7c2-c670dca997d3",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2003-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the bands 2001 debut EP!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}