Information about plays

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

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

{
    "id": 3547142,
    "uri": "https://api.kexp.org/v2/plays/3547142/?format=api",
    "airdate": "2025-08-31T11:37:13-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/304c42df-19f7-445b-acf4-7d535fd40e1f/38188972891-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/304c42df-19f7-445b-acf4-7d535fd40e1f/38188972891-250.jpg",
    "song": "Papa Don’t Go",
    "track_id": null,
    "recording_id": "79f0da57-9a65-4e5a-b5e2-638eeeb1aaf3",
    "artist": "Jona Lewie",
    "artist_ids": [
        "ad7eed52-e228-465e-a275-3005c7786dd4"
    ],
    "album": "Patterns on the Window (The British Progressive Pop Sounds of 1974)",
    "release_id": null,
    "release_group_id": "9bb18b2f-c133-4c1a-bc81-3e4346ced696",
    "labels": [
        "Grapefruit"
    ],
    "label_ids": [
        "b932ea21-d150-46eb-8481-f8db7af2a6f1"
    ],
    "release_date": "2024-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in the UK with the name John Lewis, he changed his name so he wasn’t associated with a bougie British department store.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}