Information about plays

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

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

{
    "id": 3555833,
    "uri": "https://api.kexp.org/v2/plays/3555833/?format=api",
    "airdate": "2025-09-21T09:00:39-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/39fe3778-362c-4762-89fc-c03235fd8117/4477004070-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39fe3778-362c-4762-89fc-c03235fd8117/4477004070-250.jpg",
    "song": "Motion Pictures",
    "track_id": null,
    "recording_id": "5fc7c570-a4fc-4ad5-8980-1fb4d4a4f19c",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "On the Beach",
    "release_id": null,
    "release_group_id": "f4174531-b783-3786-b75f-4fe61a8f6333",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1974-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After Young achieved success with Harvest, he followed it up with his \"Ditch\" trilogy that grappled with success, melancholy, and the deterioration of his relationship with Carrie Snodgrass. Rolling Stone called it \"one of the most despairing albums of the decade.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}