Information about plays

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

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

{
    "id": 3549989,
    "uri": "https://api.kexp.org/v2/plays/3549989/?format=api",
    "airdate": "2025-09-07T09:46:36-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/90f68d5f-86a6-41d4-9df6-019f3eca59fd/26618240181-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/90f68d5f-86a6-41d4-9df6-019f3eca59fd/26618240181-250.jpg",
    "song": "Lonesome Valley",
    "track_id": null,
    "recording_id": "c8c1d426-4ec4-4a99-82cd-1227c62bca10",
    "artist": "Kevin Coyne",
    "artist_ids": [
        "ec1f195c-2238-417a-b177-89f121cd5b2b"
    ],
    "album": "Marjory Razorblade",
    "release_id": null,
    "release_group_id": "fe53eb63-2c4b-3c10-9f6b-da04478920b0",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1973-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The British artist’s album was one of the earliest releases on Virgin Records, which had launched four months earlier in June 1973. The Sex Pistols’ Johnny Rotten considered this one of the best songs of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}