Information about plays

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

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

{
    "id": 3624882,
    "uri": "https://api.kexp.org/v2/plays/3624882/?format=api",
    "airdate": "2026-03-03T16:49:52-08:00",
    "show": 66082,
    "show_uri": "https://api.kexp.org/v2/shows/66082/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Involved",
    "track_id": null,
    "recording_id": "63f7c8a9-38e7-4c0b-b7a7-b5167ec1c81e",
    "artist": "Raphael Saadiq & Q‐Tip",
    "artist_ids": [
        "a2eb319d-a45e-43c3-bb14-d0ffb577222c",
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was released in 1999 on the soundtrack for the television series \"The PJs\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}