Information about plays

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

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

{
    "id": 3570796,
    "uri": "https://api.kexp.org/v2/plays/3570796/?format=api",
    "airdate": "2025-10-28T00:17:28-07:00",
    "show": 64953,
    "show_uri": "https://api.kexp.org/v2/shows/64953/?format=api",
    "image_uri": "https://coverartarchive.org/release/0850f24e-32a1-4280-a78c-f427a62a24f1/42482424647-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0850f24e-32a1-4280-a78c-f427a62a24f1/42482424647-250.jpg",
    "song": "Human Happens",
    "track_id": null,
    "recording_id": null,
    "artist": "Magdalena Bay",
    "artist_ids": [
        "68c261d5-48c8-4ea9-9466-9fc908dc79bb"
    ],
    "album": "Human Happens / Paint Me a Picture",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Two new tunes from Magdalena Bay!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}