Information about plays

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

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

{
    "id": 3574488,
    "uri": "https://api.kexp.org/v2/plays/3574488/?format=api",
    "airdate": "2025-11-05T23:15:33-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://coverartarchive.org/release/41721627-e477-4e02-8e89-d29afee1db71/15425998884-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/41721627-e477-4e02-8e89-d29afee1db71/15425998884-250.jpg",
    "song": "Smut",
    "track_id": null,
    "recording_id": "ce74cc52-4816-4d47-80e4-b6403cb557df",
    "artist": "Skyhooks",
    "artist_ids": [
        "28d34cd8-99b4-42f4-aaec-8f03c44cdb89"
    ],
    "album": "Living in the 70’s",
    "release_id": null,
    "release_group_id": "8a53aef9-4fa5-3026-b3f5-8c49a226137e",
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [
        "49611287-8148-4803-9a85-fccde117515a"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}