Information about plays

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

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

{
    "id": 3543477,
    "uri": "https://api.kexp.org/v2/plays/3543477/?format=api",
    "airdate": "2025-08-22T21:23:51-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/f69690b4-a9e5-41b2-a790-575cc6de484d/15175911861-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f69690b4-a9e5-41b2-a790-575cc6de484d/15175911861-250.jpg",
    "song": "I Got Ants in My Pants",
    "track_id": null,
    "recording_id": "ce6a2ab0-6dda-4716-8607-e55b1478c23a",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "70's Funk 'n' Soul Classics",
    "release_id": null,
    "release_group_id": "39044a51-4ed8-3a52-b130-cfe8d780d67e",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}