Information about plays

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

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

{
    "id": 3583009,
    "uri": "https://api.kexp.org/v2/plays/3583009/?format=api",
    "airdate": "2025-11-25T23:55:16-08:00",
    "show": 65211,
    "show_uri": "https://api.kexp.org/v2/shows/65211/?format=api",
    "image_uri": "https://dn710306.ca.archive.org/0/items/mbid-66d21a30-66af-3a0c-9e31-875b429b4b63/mbid-66d21a30-66af-3a0c-9e31-875b429b4b63-13700620668_thumb500.jpg",
    "thumbnail_uri": "https://dn710306.ca.archive.org/0/items/mbid-66d21a30-66af-3a0c-9e31-875b429b4b63/mbid-66d21a30-66af-3a0c-9e31-875b429b4b63-13700620668_thumb250.jpg",
    "song": "Sparky's Dream",
    "track_id": "eb8a49a1-1cb2-39d7-9a2f-44474bf1eb0d",
    "recording_id": "f62483e8-9398-4681-b7ef-7e3929fb0651",
    "artist": "Teenage Fanclub",
    "artist_ids": [
        "e6f8912b-7df9-4aae-b551-2cd03dc29588"
    ],
    "album": "Grand Prix",
    "release_id": "1f3507da-f350-4182-8b4b-d5e1e5c4c144",
    "release_group_id": "d243c547-661f-39fc-9311-3c445886f063",
    "labels": [
        "BMG Australia"
    ],
    "label_ids": [
        "70fc9904-5c40-4c51-9ffe-be766e2c33f9"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}