Information about plays

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

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

{
    "id": 3596560,
    "uri": "https://api.kexp.org/v2/plays/3596560/?format=api",
    "airdate": "2025-12-27T03:11:52-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get on the Snake",
    "track_id": "2c9164d0-d254-3c17-9fe7-750873630719",
    "recording_id": "9f540feb-a6f5-4ba2-a045-4d9a3463e9fb",
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Louder Than Love",
    "release_id": "f052f552-46bf-41c8-87a3-905f05e958af",
    "release_group_id": "e0c68e83-bc36-3146-af81-7d595e146b14",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1989-09-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}