Information about plays

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

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

{
    "id": 3551554,
    "uri": "https://api.kexp.org/v2/plays/3551554/?format=api",
    "airdate": "2025-09-11T03:54:20-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red and Black.",
    "track_id": "918a17d1-00e2-4d3c-8eb0-d7712c59f664",
    "recording_id": "5da95f1c-a39d-4dbe-80bc-a917da2c3919",
    "artist": "Police Teeth",
    "artist_ids": [
        "871b29c5-ebc9-4147-8282-a90433a500b1"
    ],
    "album": "Jazz Records For Sale",
    "release_id": "1ac61c0c-1b77-4c7c-8df1-eb65f4bfa998",
    "release_group_id": "4aa1c13e-2c81-4344-8d6c-ad030fe6d2bc",
    "labels": [
        "Blood City"
    ],
    "label_ids": [
        "9c1594e7-f610-4e57-8288-a8ffb9974249"
    ],
    "release_date": "2007-11-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}