Information about plays

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

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

{
    "id": 3544907,
    "uri": "https://api.kexp.org/v2/plays/3544907/?format=api",
    "airdate": "2025-08-26T03:54:44-07:00",
    "show": 64390,
    "show_uri": "https://api.kexp.org/v2/shows/64390/?format=api",
    "image_uri": "https://coverartarchive.org/release/6405be18-4ca2-43d9-9fdd-d64187df0009/9753285181-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6405be18-4ca2-43d9-9fdd-d64187df0009/9753285181-250.jpg",
    "song": "Think Too Much (b)",
    "track_id": null,
    "recording_id": "43020913-416a-4a8f-b509-f35d91eae99a",
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "Hearts and Bones",
    "release_id": null,
    "release_group_id": "1f99b3d9-8739-3a62-afa5-2abb8ff11ee0",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1983-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was about Simon's relationship with late actress Carrie Fisher",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}