Information about plays

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

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

{
    "id": 3521901,
    "uri": "https://api.kexp.org/v2/plays/3521901/?format=api",
    "airdate": "2025-07-03T01:31:16-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?format=api",
    "image_uri": "https://coverartarchive.org/release/c405f436-c770-4d4c-ade1-5f95a83321b6/4768604961-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c405f436-c770-4d4c-ade1-5f95a83321b6/4768604961-250.jpg",
    "song": "Vivrant Thing",
    "track_id": null,
    "recording_id": "4380c821-afbb-4974-95f4-b051513fd0b3",
    "artist": "Q‐Tip",
    "artist_ids": [
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": "Amplified",
    "release_id": null,
    "release_group_id": "3c6c1577-e00a-3eb3-bfad-041b3ebb6aa4",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1999-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Q-Tip (and co-producer J Dilla) sampled multiple elements of Love Unlimited Orchestra's \"I Wanna Stay.\" This was the first single off his debut solo album, \"Amplified.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}