Information about plays

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

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

{
    "id": 3501070,
    "uri": "https://api.kexp.org/v2/plays/3501070/?format=api",
    "airdate": "2025-05-14T01:00:54-07:00",
    "show": 63455,
    "show_uri": "https://api.kexp.org/v2/shows/63455/?format=api",
    "image_uri": "https://coverartarchive.org/release/4255b485-9023-44ee-83ae-f5ab5fae18a2/29270305393-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4255b485-9023-44ee-83ae-f5ab5fae18a2/29270305393-250.jpg",
    "song": "Just Be a Friend",
    "track_id": null,
    "recording_id": "9f64bf54-f926-423e-8ce9-f8950d57ed52",
    "artist": "Taana Gardner",
    "artist_ids": [
        "2e213623-7c7c-45c6-9bc5-d555f73f7bca"
    ],
    "album": "Taana Gardner",
    "release_id": null,
    "release_group_id": "4f561e89-25bd-4ed2-9ce3-7dd91714ef9e",
    "labels": [],
    "label_ids": [],
    "release_date": "1979-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Continuing Kevin Sur's 1st Play theme just a little longer!\n\n---\n\nTaana Gardner (born September 3, 1960) is an American disco and post-disco singer who found her success through West End Records since 1979. She is also a former member of the Aural Exciters.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}