Information about plays

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

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

{
    "id": 3562564,
    "uri": "https://api.kexp.org/v2/plays/3562564/?format=api",
    "airdate": "2025-10-08T04:29:24-07:00",
    "show": 64776,
    "show_uri": "https://api.kexp.org/v2/shows/64776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bring the Noise (remix)",
    "track_id": null,
    "recording_id": "782a6b1f-f3ea-432c-b586-10c7e3d83a2e",
    "artist": "Public Enemy vs. Benny Benassi",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca",
        "674bf89f-8e70-4472-929d-6b4ed6f98c88"
    ],
    "album": "Bring the Noise (remix) / Give It Up",
    "release_id": null,
    "release_group_id": "aa549a95-144b-3667-8e19-2f15f4e07cd9",
    "labels": [
        "Ultra Records"
    ],
    "label_ids": [
        "6c690937-c6c3-4c4e-9d3e-c62efa989333"
    ],
    "release_date": "2007-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}