Information about plays

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

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

{
    "id": 3566994,
    "uri": "https://api.kexp.org/v2/plays/3566994/?format=api",
    "airdate": "2025-10-18T23:34:19-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want to Be the President",
    "track_id": null,
    "recording_id": "b729c64f-6681-4e2f-a9ea-4009031c5404",
    "artist": "Electrelane",
    "artist_ids": [
        "7756e3dc-f44c-4678-a7bc-d1b31204a963"
    ],
    "album": "I Want to Be the President EP",
    "release_id": null,
    "release_group_id": "d4aac253-70a9-31b7-9e27-51c68d12a1a5",
    "labels": [
        "Let’s Rock! Records"
    ],
    "label_ids": [
        "4806217d-8086-41a1-9a02-b523a946800b"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although Elecrelane had strong feminist and political views in their personal lives, they generally preferred to not communicate that directly to their fans or through their music.\n\nhttps://www.facebook.com/electrelane",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}