Information about plays

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

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

{
    "id": 3603030,
    "uri": "https://api.kexp.org/v2/plays/3603030/?format=api",
    "airdate": "2026-01-11T10:25:25-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Me Baby",
    "track_id": null,
    "recording_id": "96799e4b-4f95-4f53-b9d2-70303857316c",
    "artist": "Garnet Mimms",
    "artist_ids": [
        "a848949b-8f26-467a-85e1-8e3feffc9d27"
    ],
    "album": "Cry Baby / Warm And Soulful",
    "release_id": null,
    "release_group_id": "322a561d-1546-4aeb-80d5-812f86ab0c91",
    "labels": [
        "Liberty"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released as a single in 1964. Mimms was born in West Virginia, started his singing career in Philadelphia and moved to New York where his career took off.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}