Information about plays

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

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

{
    "id": 3573702,
    "uri": "https://api.kexp.org/v2/plays/3573702/?format=api",
    "airdate": "2025-11-04T01:37:53-08:00",
    "show": 65018,
    "show_uri": "https://api.kexp.org/v2/shows/65018/?format=api",
    "image_uri": "https://coverartarchive.org/release/f889fbd1-8fc1-40f5-9241-0cef8ad09b59/39448739788-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f889fbd1-8fc1-40f5-9241-0cef8ad09b59/39448739788-250.jpg",
    "song": "No Control!",
    "track_id": null,
    "recording_id": "c16fca16-20d2-447e-b83f-1354b9b12e36",
    "artist": "Hak Baker",
    "artist_ids": [
        "e23e881d-76c2-4a2e-a035-2c5ecccd2bb4"
    ],
    "album": "Nostalgia Death",
    "release_id": null,
    "release_group_id": "4ec37758-4021-42ad-b34e-ae13ad411595",
    "labels": [
        "Hak Attack Records"
    ],
    "label_ids": [
        "e477324e-3ac0-417b-b8df-ffe4cbbea454"
    ],
    "release_date": "2024-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://hakbaker.ffm.to/nostalgiadeath.oyd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}