Information about plays

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

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

{
    "id": 3595185,
    "uri": "https://api.kexp.org/v2/plays/3595185/?format=api",
    "airdate": "2025-12-24T03:32:10-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Road",
    "track_id": "04bbbe88-651e-4a2b-90cc-722f13f88da2",
    "recording_id": "18e1d54d-af25-4acf-a28e-906917ff653b",
    "artist": "Charlotte Day Wilson",
    "artist_ids": [
        "a78f1671-3ebf-4822-b2bd-70ccc3088c2d"
    ],
    "album": "High Road",
    "release_id": "2e4a6c9c-8f3b-4dbe-9835-f09a86f965b2",
    "release_group_id": "0c833dc5-2ce7-4df3-ba14-e5010172cc5b",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2025-12-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Charlotte Day Wilson is a 28-year-old vocalist, producer and multi-instrumentalist hailing from Toronto.\n\nhttps://charlottedaywilson.com/\nhttps://charlottedaywilson.bandcamp.com/track/high-road",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}