Information about plays

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

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

{
    "id": 3580968,
    "uri": "https://api.kexp.org/v2/plays/3580968/?format=api",
    "airdate": "2025-11-21T08:21:20-08:00",
    "show": 65168,
    "show_uri": "https://api.kexp.org/v2/shows/65168/?format=api",
    "image_uri": "https://coverartarchive.org/release/40825ca0-0568-3de0-bbe7-d5e07ed9a191/4924232519-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/40825ca0-0568-3de0-bbe7-d5e07ed9a191/4924232519-250.jpg",
    "song": "Help!",
    "track_id": null,
    "recording_id": "f22556cb-0ad2-4f31-87f6-60214e682bc5",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Help!",
    "release_id": null,
    "release_group_id": "0d44e1cb-c6e0-3453-8b68-4d2082f05421",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1965-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When ‘Help!’ came out, I was actually crying out for help. Most people think it’s just a fast rock ‘n’ roll song. I didn’t realise it at the time; I just wrote the song because I was commissioned to write it for the movie. But later, I knew I really was crying out for help. So it was my fat Elvis period. You see the movie: he – I – is very fat, very insecure, and he’s completely lost himself. And I am singing about when I was so much younger and all the rest, looking back at how easy it was.\n--John Lennon, 1980",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}