Information about plays

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

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

{
    "id": 3581293,
    "uri": "https://api.kexp.org/v2/plays/3581293/?format=api",
    "airdate": "2025-11-22T03:34:12-08:00",
    "show": 65175,
    "show_uri": "https://api.kexp.org/v2/shows/65175/?format=api",
    "image_uri": "https://coverartarchive.org/release/1781fc05-1b4d-43c7-82d8-88189c383468/29826739766-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1781fc05-1b4d-43c7-82d8-88189c383468/29826739766-250.jpg",
    "song": "Fantasy Ride",
    "track_id": null,
    "recording_id": "001e9dd3-4aa4-4248-a5a5-5dd200f88b27",
    "artist": "Uneda Dennard & Shandells Band",
    "artist_ids": [
        "4c7398b4-2733-49d9-a648-b1d7fcb27b67",
        "efdd4d34-8dea-4150-976d-68eeb0c6bcf5"
    ],
    "album": "Fantasy Ride",
    "release_id": null,
    "release_group_id": "b326beb2-3c96-4fa9-a3c4-951b52f918d6",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}