Information about plays

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

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

{
    "id": 3574928,
    "uri": "https://api.kexp.org/v2/plays/3574928/?format=api",
    "airdate": "2025-11-07T01:15:38-08:00",
    "show": 65042,
    "show_uri": "https://api.kexp.org/v2/shows/65042/?format=api",
    "image_uri": "https://coverartarchive.org/release/842303f7-a216-4f7d-8012-7d3404313834/29678649603-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/842303f7-a216-4f7d-8012-7d3404313834/29678649603-250.jpg",
    "song": "Offline P.K.",
    "track_id": null,
    "recording_id": "9f3558a4-311c-4e85-8d87-608e01dd43b3",
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Blue Screen Life",
    "release_id": null,
    "release_group_id": "c4c05867-a68e-39c1-976d-54eeb1639489",
    "labels": [
        "Ace Fu Records"
    ],
    "label_ids": [
        "ec60a5f5-c860-497f-97fe-bb9c751d5ab4"
    ],
    "release_date": "2001-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}