Information about plays

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

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

{
    "id": 3561600,
    "uri": "https://api.kexp.org/v2/plays/3561600/?format=api",
    "airdate": "2025-10-05T10:40:20-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://coverartarchive.org/release/916b37ea-bdf9-4373-83f1-41861ada8356/36480943127-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/916b37ea-bdf9-4373-83f1-41861ada8356/36480943127-250.jpg",
    "song": "Friends From All Around the World (Hello version)",
    "track_id": null,
    "recording_id": "38775179-94af-4021-af0c-7bdd67e7a33e",
    "artist": "Mr. Greg & Cass McCombs",
    "artist_ids": [
        "89e8eaf9-06f1-4e3f-aedb-5db7328d4fa8",
        "c213f661-70a8-42aa-b858-62f5bd2d72e9"
    ],
    "album": "Mr. Greg & Cass McCombs Sing and Play New Folk Songs for Children",
    "release_id": null,
    "release_group_id": "a67ee946-f32c-4442-89b0-af67388feae3",
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "2023-08-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A collaboration between childhood friends, songwriter and pre-school teacher Mr. Greg and indie musician Cass McCombs, the album features backup singing from  the students of Children’s Day School and the San Francisco Gay Men’s Chorus.\nhttps://mrgregcassmccombs.bandcamp.com/album/mr-greg-cass-mccombs-sing-and-play-new-folk-songs-for-children",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}