Information about plays

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

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

{
    "id": 3605745,
    "uri": "https://api.kexp.org/v2/plays/3605745/?format=api",
    "airdate": "2026-01-17T22:47:09-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Suicide Door",
    "track_id": null,
    "recording_id": "1da5d4ef-664c-4aec-9e63-1abf9feb0a73",
    "artist": "The Blow Up",
    "artist_ids": [],
    "album": "True Noise",
    "release_id": null,
    "release_group_id": "adbc5249-57a1-41f2-bf25-803104820a73",
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Dave Bessenhoffer project from the early 00s featuring members of the Young Losers and New Fangs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}