Information about plays

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

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

{
    "id": 3525724,
    "uri": "https://api.kexp.org/v2/plays/3525724/?format=api",
    "airdate": "2025-07-11T22:32:57-07:00",
    "show": 63987,
    "show_uri": "https://api.kexp.org/v2/shows/63987/?format=api",
    "image_uri": "https://coverartarchive.org/release/941e1c4b-fa04-466d-95f3-63dbd9b24239/23493679557-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/941e1c4b-fa04-466d-95f3-63dbd9b24239/23493679557-250.jpg",
    "song": "Int'l Players Anthem",
    "track_id": null,
    "recording_id": "1274cdfc-5693-4db2-ab95-3967124a5472",
    "artist": "Underground Kingz feat. Three 6 Mafia",
    "artist_ids": [
        "9603810b-5d6d-41a6-aca8-330ef966d55c",
        "a8754ac4-a85e-4f48-a81f-eecd482570ef"
    ],
    "album": "UGK (Underground Kingz)",
    "release_id": null,
    "release_group_id": "cb8832ea-ff11-3135-8b9e-88dd44cf4f76",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "2007-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}