Information about plays

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

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

{
    "id": 3574965,
    "uri": "https://api.kexp.org/v2/plays/3574965/?format=api",
    "airdate": "2025-11-07T03:25:35-08:00",
    "show": 65042,
    "show_uri": "https://api.kexp.org/v2/shows/65042/?format=api",
    "image_uri": "https://coverartarchive.org/release/3c2c1392-4732-3f83-a680-a07feaf89d21/1665588990-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3c2c1392-4732-3f83-a680-a07feaf89d21/1665588990-250.jpg",
    "song": "Nothing Better",
    "track_id": null,
    "recording_id": "a73e9515-0d9b-480d-a7c0-188aa566522d",
    "artist": "The Postal Service",
    "artist_ids": [
        "299278d3-25dd-4f30-bae4-5b571c28034d"
    ],
    "album": "Give Up",
    "release_id": null,
    "release_group_id": "ee51d41d-d337-3ce1-b72c-3f40e1973e2b",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2003-02-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}