Information about plays

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

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

{
    "id": 3578392,
    "uri": "https://api.kexp.org/v2/plays/3578392/?format=api",
    "airdate": "2025-11-15T06:39:05-08:00",
    "show": 65114,
    "show_uri": "https://api.kexp.org/v2/shows/65114/?format=api",
    "image_uri": "https://coverartarchive.org/release/a1ecc6c7-9bd5-4bfc-9cb2-e9829536108a/4889995443-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a1ecc6c7-9bd5-4bfc-9cb2-e9829536108a/4889995443-250.jpg",
    "song": "Punk Rawk Show",
    "track_id": null,
    "recording_id": "92d6ea66-944d-413b-a323-cfafd885f630",
    "artist": "MxPx",
    "artist_ids": [
        "3b221a54-54b9-435c-a7f3-5cf8e2ce9fb2"
    ],
    "album": "Teenage Politics",
    "release_id": null,
    "release_group_id": "671f1c92-8a29-3dbc-8134-ef9056f66c35",
    "labels": [
        "Tooth & Nail Records"
    ],
    "label_ids": [
        "7bed0e70-98c2-445e-a065-51280cbebd75"
    ],
    "release_date": "1995-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}