Information about plays

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

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

{
    "id": 3560915,
    "uri": "https://api.kexp.org/v2/plays/3560915/?format=api",
    "airdate": "2025-10-03T16:31:12-07:00",
    "show": 64735,
    "show_uri": "https://api.kexp.org/v2/shows/64735/?format=api",
    "image_uri": "https://ia800501.us.archive.org/21/items/mbid-13fff5a5-c8d1-4b08-9736-102c830a488f/mbid-13fff5a5-c8d1-4b08-9736-102c830a488f-14369309213_thumb500.jpg",
    "thumbnail_uri": "https://ia600501.us.archive.org/21/items/mbid-13fff5a5-c8d1-4b08-9736-102c830a488f/mbid-13fff5a5-c8d1-4b08-9736-102c830a488f-14369309213_thumb250.jpg",
    "song": "Freedom",
    "track_id": "9cfbdc6f-8fe0-4697-897c-b73ac8dc2f46",
    "recording_id": "d71f3b88-3ddd-41bf-a759-666b9ac09ffc",
    "artist": "Jurassic 5",
    "artist_ids": [
        "11c6b106-1c1f-429d-8407-b1ee155d7f72"
    ],
    "album": "Power in Numbers",
    "release_id": "a902c830-2aa9-4576-8ed2-06c5eb62eb59",
    "release_group_id": "3ec846cc-e07a-3734-836c-822d10ab10d0",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2002-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on October 8, 2002 - this single features production by DJ Nu-Mark. Jurassic 5 sample the 1973 Julius Brockington and The Magic Force track \"This Feeling (Freedom).\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}