Information about plays

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

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

{
    "id": 3576234,
    "uri": "https://api.kexp.org/v2/plays/3576234/?format=api",
    "airdate": "2025-11-10T00:38:04-08:00",
    "show": 65069,
    "show_uri": "https://api.kexp.org/v2/shows/65069/?format=api",
    "image_uri": "https://coverartarchive.org/release/9fc9f85d-fe8d-49f5-8199-27ffb4f0991b/11436409893-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9fc9f85d-fe8d-49f5-8199-27ffb4f0991b/11436409893-250.jpg",
    "song": "The Hissing of Summer Lawns",
    "track_id": null,
    "recording_id": "f4a25221-66b5-416c-8dc5-251f74ba3869",
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "The Hissing of Summer Lawns",
    "release_id": null,
    "release_group_id": "169a1a7e-f91e-3b10-a136-d94eba6eee2e",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1975-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}