Information about plays

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

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

{
    "id": 3594528,
    "uri": "https://api.kexp.org/v2/plays/3594528/?format=api",
    "airdate": "2025-12-22T15:41:18-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "https://coverartarchive.org/release/243b74d5-e863-48d0-ab61-f7bfaa045b5d/9402162523-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/243b74d5-e863-48d0-ab61-f7bfaa045b5d/9402162523-250.jpg",
    "song": "Father Christmas (Kinks cover)",
    "track_id": null,
    "recording_id": "db9410e0-055c-40dc-880e-b12fabf34d90",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Twelve Days of OK Go",
    "release_id": null,
    "release_group_id": "00e42013-79e7-49ea-aebe-d170475d94a0",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://thephbalance.bandcamp.com/track/father-christmas-the-kinks-cover",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}