Information about plays

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

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

{
    "id": 3567298,
    "uri": "https://api.kexp.org/v2/plays/3567298/?format=api",
    "airdate": "2025-10-19T18:39:50-07:00",
    "show": 64879,
    "show_uri": "https://api.kexp.org/v2/shows/64879/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a083cf4-6cbb-452f-8e7e-731d3fde1e1f/14211081281-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a083cf4-6cbb-452f-8e7e-731d3fde1e1f/14211081281-250.jpg",
    "song": "My Love Don't Come Easy",
    "track_id": null,
    "recording_id": null,
    "artist": "Jean Carne",
    "artist_ids": [
        "ffea09ad-3399-48e0-a907-a2651770a726"
    ],
    "album": "When I Find You Love",
    "release_id": null,
    "release_group_id": "f4bd79e9-4fb2-45ec-ab04-ad50d7685323",
    "labels": [
        "Philadelphia International Records"
    ],
    "label_ids": [
        "d509d87c-3ad7-4b83-9827-9b76c3a49126"
    ],
    "release_date": "1979-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jean Carne released \"My Love Don't Come Easy\" in 1979 on her third studio album When I Find You Love with Philadelphia International Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}