Information about plays

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

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

{
    "id": 3522767,
    "uri": "https://api.kexp.org/v2/plays/3522767/?format=api",
    "airdate": "2025-07-05T00:10:14-07:00",
    "show": 63921,
    "show_uri": "https://api.kexp.org/v2/shows/63921/?format=api",
    "image_uri": "https://coverartarchive.org/release/17cc275a-e1c1-4eb8-8367-600193aacbc0/34721437966-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17cc275a-e1c1-4eb8-8367-600193aacbc0/34721437966-250.jpg",
    "song": "Whirlwind Pyramid",
    "track_id": null,
    "recording_id": "93486f91-973a-43a1-a293-fde6a0498337",
    "artist": "The D.O.C.",
    "artist_ids": [
        "535f74d5-8328-40ff-9cea-568ef916b3c8"
    ],
    "album": "No One Can Do It Better",
    "release_id": null,
    "release_group_id": "65b0321c-4852-3e7f-a622-706d600ab485",
    "labels": [
        "Ruthless Records"
    ],
    "label_ids": [
        "52fa5738-5b7c-4748-b239-3b867504c46a"
    ],
    "release_date": "1989-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}