Information about plays

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

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

{
    "id": 3544566,
    "uri": "https://api.kexp.org/v2/plays/3544566/?format=api",
    "airdate": "2025-08-25T08:35:47-07:00",
    "show": 64384,
    "show_uri": "https://api.kexp.org/v2/shows/64384/?format=api",
    "image_uri": "https://ia802906.us.archive.org/19/items/mbid-b6096b8e-3607-4e71-951a-a26e57eb21a6/mbid-b6096b8e-3607-4e71-951a-a26e57eb21a6-15638591307_thumb500.jpg",
    "thumbnail_uri": "https://ia802906.us.archive.org/19/items/mbid-b6096b8e-3607-4e71-951a-a26e57eb21a6/mbid-b6096b8e-3607-4e71-951a-a26e57eb21a6-15638591307_thumb250.jpg",
    "song": "Aquarius / Let the Sunshine In (The Flesh Failures)",
    "track_id": "1fc2e8f3-67fa-306f-99b2-4cdfabf6f5c2",
    "recording_id": "b260099d-a452-4d48-a17a-d038957cfb10",
    "artist": "The 5th Dimension",
    "artist_ids": [
        "4f1949ab-fefd-4bf3-9317-814084c29cc0"
    ],
    "album": "The Age of Aquarius",
    "release_id": "b6096b8e-3607-4e71-951a-a26e57eb21a6",
    "release_group_id": "aaee6476-421e-3a09-a343-c63e723b6884",
    "labels": [
        "Soul City"
    ],
    "label_ids": [
        "5c128229-0984-4af5-8a5e-4dd02eb86112"
    ],
    "release_date": "1969-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request for Mary in North Dakota!\n\nThe song, recorded by The 5th Dimension, was a medley of two songs written in 1967 by James Rado, Gerome Ragni and Galt MacDermot for the 1967 musical, \"Hair.\"\n--\nThis song was featured in the fabulous movie about the Harlem Cultural Festival in 1969, \"Summer of Soul.\": https://www.searchlightpictures.com/summerofsoul/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}