Information about plays

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

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

{
    "id": 3563178,
    "uri": "https://api.kexp.org/v2/plays/3563178/?format=api",
    "airdate": "2025-10-09T23:10:45-07:00",
    "show": 64791,
    "show_uri": "https://api.kexp.org/v2/shows/64791/?format=api",
    "image_uri": "https://coverartarchive.org/release/00b2740b-1261-4f48-b663-1e9a2295a950/6764937624-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/00b2740b-1261-4f48-b663-1e9a2295a950/6764937624-250.jpg",
    "song": "Funky Kingston",
    "track_id": null,
    "recording_id": "73192941-c8db-44bf-b327-0472d461df91",
    "artist": "Toots & The Maytals",
    "artist_ids": [
        "29730ee3-e1c7-4e28-9ccd-3a0e6b0e8103"
    ],
    "album": "Funky Kingston",
    "release_id": null,
    "release_group_id": "dc7f2fc9-19ff-33e9-aa0d-3c81f91ca633",
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}