Information about plays

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

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

{
    "id": 3597291,
    "uri": "https://api.kexp.org/v2/plays/3597291/?format=api",
    "airdate": "2025-12-28T18:24:45-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freeway Crowd",
    "track_id": null,
    "recording_id": "4793fe75-b8b4-4b32-96d6-73baab304cec",
    "artist": "Little Richard and His Band",
    "artist_ids": [
        "de0e1877-ca20-414e-8d08-6eef9c696055"
    ],
    "album": "California I'm Comin'",
    "release_id": null,
    "release_group_id": "4ac499a9-8046-4658-b3ff-dcd52f292c35",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Little Richard and His Band's album California I'm Comin', featuring \"Freeway Crowd\" was recently re-released in 2022.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}