Information about plays

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

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

{
    "id": 3573671,
    "uri": "https://api.kexp.org/v2/plays/3573671/?format=api",
    "airdate": "2025-11-03T23:46:52-08:00",
    "show": 65017,
    "show_uri": "https://api.kexp.org/v2/shows/65017/?format=api",
    "image_uri": "https://coverartarchive.org/release/25bedaa1-2608-4bee-8a23-f3f6b645cd06/9701329772-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/25bedaa1-2608-4bee-8a23-f3f6b645cd06/9701329772-250.jpg",
    "song": "Jump",
    "track_id": null,
    "recording_id": null,
    "artist": "Fad Gadget",
    "artist_ids": [
        "5c96def1-68a5-4aa3-8f71-3ae427a33eb4"
    ],
    "album": "Gag",
    "release_id": null,
    "release_group_id": "51afadb6-72ce-37b5-a0ba-5b6107a58169",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1984-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jump!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}