Information about plays

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

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

{
    "id": 3547764,
    "uri": "https://api.kexp.org/v2/plays/3547764/?format=api",
    "airdate": "2025-09-02T00:22:02-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/159e3923-51d5-4b8a-93f7-7fae9884708b/19797932129-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/159e3923-51d5-4b8a-93f7-7fae9884708b/19797932129-250.jpg",
    "song": "On Jupiter",
    "track_id": null,
    "recording_id": null,
    "artist": "Sun Ra",
    "artist_ids": [],
    "album": "On Jupiter",
    "release_id": null,
    "release_group_id": "f08c8198-03d5-301d-95f4-9f64ddeb2753",
    "labels": [
        "Strut"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1979 cosmic journey from Sun Ra just reissued! - https://strut.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}