Information about plays

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

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

{
    "id": 3531326,
    "uri": "https://api.kexp.org/v2/plays/3531326/?format=api",
    "airdate": "2025-07-25T00:11:41-07:00",
    "show": 64104,
    "show_uri": "https://api.kexp.org/v2/shows/64104/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Made a Believer (Out of Me)",
    "track_id": null,
    "recording_id": "d69882ca-7948-48d1-a2e7-5ba1fc8b20e5",
    "artist": "Ruby Andrews",
    "artist_ids": [
        "bbaf07bd-9b5e-4cc1-bd8f-d59348bd9c1b"
    ],
    "album": "You Made a Believer (Out of Me) / Where Have You Gone",
    "release_id": null,
    "release_group_id": "0f5092cd-106d-3989-8029-43ba71c1002e",
    "labels": [
        "Zodiac Records"
    ],
    "label_ids": [
        "c1319b75-23aa-4849-9bb6-16d491a58ebb"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}