Information about plays

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

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

{
    "id": 3521447,
    "uri": "https://api.kexp.org/v2/plays/3521447/?format=api",
    "airdate": "2025-07-02T00:56:22-07:00",
    "show": 63895,
    "show_uri": "https://api.kexp.org/v2/shows/63895/?format=api",
    "image_uri": "https://coverartarchive.org/release/33748406-1a76-4222-a933-90ad7fb71be7/2887420479-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/33748406-1a76-4222-a933-90ad7fb71be7/2887420479-250.jpg",
    "song": "Need One",
    "track_id": null,
    "recording_id": "1fc95585-cad9-4883-a37f-653a5993ede8",
    "artist": "Martina Topley‐Bird",
    "artist_ids": [
        "ed785ff1-8b1b-4bc0-8a24-dcc831013059"
    ],
    "album": "Anything",
    "release_id": null,
    "release_group_id": "4ff83a73-16d9-3b08-875a-79dd4d4055db",
    "labels": [
        "Palm Pictures"
    ],
    "label_ids": [
        "9f25310a-94d7-4a28-bf89-6729a2b8e859"
    ],
    "release_date": "2004-07-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the final song for Michele's sets tonight. Stay tuned! https://ipecac.com/artists/martina-topley-bird",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}