Information about plays

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

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

{
    "id": 3571653,
    "uri": "https://api.kexp.org/v2/plays/3571653/?format=api",
    "airdate": "2025-10-30T03:01:18-07:00",
    "show": 64970,
    "show_uri": "https://api.kexp.org/v2/shows/64970/?format=api",
    "image_uri": "https://coverartarchive.org/release/358521b5-bb68-4f5e-b704-0c0a44f8dc33/30391615737-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/358521b5-bb68-4f5e-b704-0c0a44f8dc33/30391615737-250.jpg",
    "song": "Downtown",
    "track_id": null,
    "recording_id": "2fcbe522-d106-47de-a09a-43898f5f519a",
    "artist": "SWV",
    "artist_ids": [
        "fffc6a35-ae65-48be-bcc0-9d604e05665e"
    ],
    "album": "It’s About Time",
    "release_id": null,
    "release_group_id": "99d83046-c0b4-3731-a702-ced83c1d83b6",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1992-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rev's 3 AM Slow Jam of the Week! <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}