Information about plays

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

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

{
    "id": 3621904,
    "uri": "https://api.kexp.org/v2/plays/3621904/?format=api",
    "airdate": "2026-02-25T00:38:05-08:00",
    "show": 66023,
    "show_uri": "https://api.kexp.org/v2/shows/66023/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scar Tissue",
    "track_id": null,
    "recording_id": "eb612418-2d98-49af-9fdf-64362326632b",
    "artist": "Red Hot Chili Peppers",
    "artist_ids": [
        "8bfac288-ccc5-448d-9573-c33ea2aa5c30"
    ],
    "album": "Californication",
    "release_id": null,
    "release_group_id": "ca5dfcc3-83fb-3eee-9061-c27296b77b2c",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In case you also struggle with understanding the chorus lyrics: \n\"With the birds I'll share this lonely viewin'\"\n\nScar Tissue official music video: https://www.youtube.com/watch?v=mzJj5-lubeM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}