Information about plays

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

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

{
    "id": 3620564,
    "uri": "https://api.kexp.org/v2/plays/3620564/?format=api",
    "airdate": "2026-02-21T22:18:30-08:00",
    "show": 65997,
    "show_uri": "https://api.kexp.org/v2/shows/65997/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Hate The Way I Look",
    "track_id": "5124afab-7740-4afa-b2e2-605650026620",
    "recording_id": "1ff9fc12-eea8-411b-8bf9-5c2a3d84b357",
    "artist": "Spiritual Cramp",
    "artist_ids": [
        "2e3cbfc3-62c7-40cb-84b5-e954d07107bb"
    ],
    "album": "RUDE",
    "release_id": "8aa26c76-b86b-414f-b536-3535105d7e1e",
    "release_group_id": "cd01ab48-266a-4237-a21e-495f342291c2",
    "labels": [
        "Blue Grape Music"
    ],
    "label_ids": [
        "a8427f45-974b-48a1-947f-5f3232c535b5"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spiritual Cramp will be playing at :\n - Neumos in Seattle on March 18th \n - Bottom of the Hill in SF on March 20th\n\nhttps://spiritualcramp.com/pages/tour-dates",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}