Information about plays

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

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

{
    "id": 3581657,
    "uri": "https://api.kexp.org/v2/plays/3581657/?format=api",
    "airdate": "2025-11-22T22:05:55-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://dn721607.ca.archive.org/0/items/mbid-4d747a7d-2edc-4dda-b19d-c61e508754d9/mbid-4d747a7d-2edc-4dda-b19d-c61e508754d9-28351293350_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-4d747a7d-2edc-4dda-b19d-c61e508754d9/mbid-4d747a7d-2edc-4dda-b19d-c61e508754d9-28351293350_thumb250.jpg",
    "song": "I’m Through With White Girls",
    "track_id": "6ef94e5c-6743-3411-87d6-fd0d50f947b1",
    "recording_id": "0f4df423-7362-413d-8eaa-93a3721c3289",
    "artist": "The Dirtbombs",
    "artist_ids": [
        "49d68d0c-cfe4-4adb-abe5-64cb50671070"
    ],
    "album": "Dangerous Magical Noise",
    "release_id": "4d747a7d-2edc-4dda-b19d-c61e508754d9",
    "release_group_id": "f7f5c54c-eab1-38d0-b805-4171f0c60597",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2003-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Ron in Bremerton, WA\n\nhttps://www.facebook.com/TheDirtbombs/\nhttps://thedirtbombs.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}