Information about plays

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

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

{
    "id": 3641392,
    "uri": "https://api.kexp.org/v2/plays/3641392/?format=api",
    "airdate": "2026-04-13T02:02:33-07:00",
    "show": 66439,
    "show_uri": "https://api.kexp.org/v2/shows/66439/?format=api",
    "image_uri": "https://coverartarchive.org/release/3a30c8c6-e8c3-4f1b-8700-a3824a5d6cea/15360521248-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3a30c8c6-e8c3-4f1b-8700-a3824a5d6cea/15360521248-250.jpg",
    "song": "I'll Be Around",
    "track_id": null,
    "recording_id": "497cf13f-3705-4374-9771-722df891c607",
    "artist": "The Three Sounds",
    "artist_ids": [
        "cf2115e9-fa60-4561-8b6e-f72d34ad800e"
    ],
    "album": "Out of This World",
    "release_id": null,
    "release_group_id": "3436411f-7455-4331-8848-81f1d393aed9",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1962-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}