Information about plays

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

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

{
    "id": 3580376,
    "uri": "https://api.kexp.org/v2/plays/3580376/?format=api",
    "airdate": "2025-11-19T21:03:42-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "See You There",
    "track_id": "b13be51c-fac1-47e2-a4ad-17f77d43fded",
    "recording_id": "5b1b99b6-4c6f-4ca3-852c-9ba5384351d5",
    "artist": "Psychic Ills",
    "artist_ids": [
        "d4807769-d346-4aeb-a4af-029181ecb6fb"
    ],
    "album": "One Track Mind",
    "release_id": "d91b17a3-01cc-4779-ac79-e2213b2271ca",
    "release_group_id": "1a9e1cb6-12a9-453d-94ec-c41ddb3574c4",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.sacredbonesrecords.com/collections/psychic-ills",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}