Information about plays

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

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

{
    "id": 3590447,
    "uri": "https://api.kexp.org/v2/plays/3590447/?format=api",
    "airdate": "2025-12-13T04:55:06-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time is Gone",
    "track_id": "c34d9b46-9f40-36eb-8389-45d0a9e698a2",
    "recording_id": "73e89663-204e-4878-8a34-004211f6765b",
    "artist": "The BellRays",
    "artist_ids": [
        "c754774d-d3ea-4216-9486-368c04b1bbe7"
    ],
    "album": "Have a Little Faith",
    "release_id": "87e94f59-720a-4548-b5ff-ea798d56e847",
    "release_group_id": "543df7c5-eb50-3165-ad61-5e543190f81c",
    "labels": [
        "Cheap Lullaby Records"
    ],
    "label_ids": [
        "fbdf30dd-c5e8-47fb-8c97-64b1d0d325ea"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}