Information about plays

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

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

{
    "id": 3522775,
    "uri": "https://api.kexp.org/v2/plays/3522775/?format=api",
    "airdate": "2025-07-05T00:37:59-07:00",
    "show": 63921,
    "show_uri": "https://api.kexp.org/v2/shows/63921/?format=api",
    "image_uri": "https://coverartarchive.org/release/2e0c3315-9936-45e0-b4ed-cb15836fe1fb/1787221767-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2e0c3315-9936-45e0-b4ed-cb15836fe1fb/1787221767-250.jpg",
    "song": "Mic Checka",
    "track_id": null,
    "recording_id": "9623555b-78a2-4aed-8bec-f696f293b533",
    "artist": "Das EFX",
    "artist_ids": [
        "2ed45dd0-6a96-4459-af32-bc74e7a7f387"
    ],
    "album": "Mic Checka",
    "release_id": null,
    "release_group_id": "7fe4b984-6000-4f54-86da-b391a0d88c1e",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}