Information about plays

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

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

{
    "id": 3522908,
    "uri": "https://api.kexp.org/v2/plays/3522908/?format=api",
    "airdate": "2025-07-05T09:34:18-07:00",
    "show": 63927,
    "show_uri": "https://api.kexp.org/v2/shows/63927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Revolution",
    "track_id": null,
    "recording_id": "db251649-094b-4816-b933-d17821513481",
    "artist": "Dennis Brown",
    "artist_ids": [
        "24c0aaf3-4ac2-4f9a-9ce6-a1545a96f017"
    ],
    "album": "Republica del Reggae",
    "release_id": null,
    "release_group_id": "bd113a25-4ea3-302d-afda-b16508eb06d7",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dennis Emmanuel Brown CD was a Jamaican reggae singer. During his prolific career, which began in the late 1960s when he was aged eleven, he recorded more than 75 albums and was one of the major stars of lovers rock, a subgenre of reggae.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}