Information about plays

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

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

{
    "id": 3543503,
    "uri": "https://api.kexp.org/v2/plays/3543503/?format=api",
    "airdate": "2025-08-22T22:54:34-07:00",
    "show": 64359,
    "show_uri": "https://api.kexp.org/v2/shows/64359/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d0612d7-003a-48c9-9bcd-3e3460c5c943/15816903431-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0d0612d7-003a-48c9-9bcd-3e3460c5c943/15816903431-250.jpg",
    "song": "Pour Out A Little Liquor",
    "track_id": null,
    "recording_id": null,
    "artist": "2Pac",
    "artist_ids": [
        "382f1005-e9ab-4684-afd4-0bdae4ee37f2"
    ],
    "album": "Above the Rim",
    "release_id": null,
    "release_group_id": "eefe8462-c4c3-380e-9493-783130c79ff1",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1994-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}