Information about plays

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

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

{
    "id": 3607048,
    "uri": "https://api.kexp.org/v2/plays/3607048/?format=api",
    "airdate": "2026-01-21T03:12:50-08:00",
    "show": 65712,
    "show_uri": "https://api.kexp.org/v2/shows/65712/?format=api",
    "image_uri": "https://ia600206.us.archive.org/29/items/mbid-d65788a3-4e4c-4ccb-aa35-c8ea4a0af79b/mbid-d65788a3-4e4c-4ccb-aa35-c8ea4a0af79b-10056627022_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/29/items/mbid-d65788a3-4e4c-4ccb-aa35-c8ea4a0af79b/mbid-d65788a3-4e4c-4ccb-aa35-c8ea4a0af79b-10056627022_thumb250.jpg",
    "song": "Hit the Road, Jack",
    "track_id": "13e389cb-f382-4e2f-8ef5-24fcee1f49be",
    "recording_id": "76dfee82-e394-46f7-9769-59724ae3860d",
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "Singular Genius: The Complete ABC Singles",
    "release_id": "fd2501dd-e770-4a65-8a5e-83d2bf146930",
    "release_group_id": "d0e96a96-f801-4780-b041-25f73fc4e39c",
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Though first written by Percy Mayfield in 1960, Ray Charles' version of \"Hit the Road Jack\" with Margie Hendrix became an instant hit in 1961.\n\nCharles often spoke of Seattle as a pivotal point in his long and hugely successful career as a singer/songwriter. \"I met a lot of very good friends here,\" he told one interviewer. \"I liked the atmosphere. The people were friendly, the people took to me right away. Seattle is the town where I made my first record. And if you ever want to say where I got my start, you have to say that\" (MacDonald).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}