Information about plays

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

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

{
    "id": 3572363,
    "uri": "https://api.kexp.org/v2/plays/3572363/?format=api",
    "airdate": "2025-10-31T22:16:28-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d7f48c4-5115-4459-aa07-142571d30c7b/41417253292-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d7f48c4-5115-4459-aa07-142571d30c7b/41417253292-250.jpg",
    "song": "Doot Doot (6 7)",
    "track_id": null,
    "recording_id": "cd9d9fcf-7693-45ea-9da4-aed5ac84d66d",
    "artist": "Skrilla",
    "artist_ids": [
        "7edb1ae1-770e-499a-a8be-cbd0c144516c"
    ],
    "album": "Doot Doot (6 7)",
    "release_id": null,
    "release_group_id": "4f496111-5439-4663-a870-8f440251f066",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "2025-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}