Information about plays

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

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

{
    "id": 3552910,
    "uri": "https://api.kexp.org/v2/plays/3552910/?format=api",
    "airdate": "2025-09-14T09:48:54-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't It A Shame",
    "track_id": null,
    "recording_id": null,
    "artist": "Gabe Carter",
    "artist_ids": [
        "49939bf2-2677-4704-8aad-122517739819"
    ],
    "album": "I Was Born To Preach The Gospel",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lord and Gabe Records"
    ],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Carter was born in Indiana and raised in Michigan but was given the nickname Mississippi in recognition of the influence of the blues music that came out of the Bentonian region of the state.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}