Information about plays

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

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

{
    "id": 3600508,
    "uri": "https://api.kexp.org/v2/plays/3600508/?format=api",
    "airdate": "2026-01-05T08:24:16-08:00",
    "show": 65570,
    "show_uri": "https://api.kexp.org/v2/shows/65570/?format=api",
    "image_uri": "https://coverartarchive.org/release/a0710423-c28a-3586-9e6b-ac851927a980/20129873018-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a0710423-c28a-3586-9e6b-ac851927a980/20129873018-250.jpg",
    "song": "Is She Really Going Out With Him?",
    "track_id": null,
    "recording_id": "68754ec7-cf05-43da-98b9-6179ee741f15",
    "artist": "Joe Jackson",
    "artist_ids": [
        "07f6d469-38f3-46da-9cfa-2f532422b84e"
    ],
    "album": "Look Sharp!",
    "release_id": null,
    "release_group_id": "b3232ac6-378d-34c6-aca7-6aed95ae5ad0",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1979-01-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1979, Joe Jackson releases his debut album, Look Sharp!\n\nJackson spoke about  the common misconception that the track was about jealousy and anger: \"I heard that phrase somewhere and I thought that could be a kind of funny song about gorgeous girls going out with monsters. It just started from there. It was just a funny song, or supposed to be funny. It was a great surprise to me when some people interpreted it as being angry.\" https://bit.ly/3y353G6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}