Information about plays

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

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

{
    "id": 3542706,
    "uri": "https://api.kexp.org/v2/plays/3542706/?format=api",
    "airdate": "2025-08-21T01:33:46-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ae2ec6e-d22f-4b4a-8214-ddd162ad0e06/4768649831-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ae2ec6e-d22f-4b4a-8214-ddd162ad0e06/4768649831-250.jpg",
    "song": "Feelin'",
    "track_id": null,
    "recording_id": "3a03b5a7-9fec-4e0a-92da-37f29928c7d7",
    "artist": "Q‐Tip",
    "artist_ids": [
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": "Kamaal the Abstract",
    "release_id": null,
    "release_group_id": "5470d87c-af85-49e8-ab43-0a4c62803255",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kamaal Ibn John Fareed, Founding member of A Tribe Called Quest, third solo studio album, released in 2009.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}