Information about plays

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

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

{
    "id": 3428290,
    "uri": "https://api.kexp.org/v2/plays/3428290/?format=api",
    "airdate": "2024-11-21T14:30:06-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/a2c5b8e7-403d-49a9-894d-3314e07b5a7d/8271713770-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a2c5b8e7-403d-49a9-894d-3314e07b5a7d/8271713770-250.jpg",
    "song": "The Long Goodbye",
    "track_id": null,
    "recording_id": "808d002f-9eff-41d6-8948-eaaf88071c40",
    "artist": "Lou Donaldson",
    "artist_ids": [
        "db147d97-f5cf-4e80-9e1a-08ddcb1d0bf8"
    ],
    "album": "Sophisticated Lou",
    "release_id": null,
    "release_group_id": "f3154bc3-94b6-43d8-8a34-54c7d8a960ec",
    "labels": [],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Someone wrote, \"Known for incorporating blues and soul elements into his earthy sound, Donaldson was probably the first--and maybe the only for many, many years--to record John Williams' {and Johnny Mercer's] classic song \"The Long Goodbye.\"\nThe song was written for the 1973 movie of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}