Information about plays

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

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

{
    "id": 3541172,
    "uri": "https://api.kexp.org/v2/plays/3541172/?format=api",
    "airdate": "2025-08-17T10:14:13-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/c957c16c-b713-4e13-8d75-02d1b9bfcc25/38022064446-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c957c16c-b713-4e13-8d75-02d1b9bfcc25/38022064446-250.jpg",
    "song": "California",
    "track_id": null,
    "recording_id": "c0daa92c-ebc4-4d3b-800c-e9fe9b7c55fa",
    "artist": "Ricky Nelson",
    "artist_ids": [
        "28d0c272-4d51-4c24-b31f-e20aac2ba7de"
    ],
    "album": "Rick Sings Nelson",
    "release_id": null,
    "release_group_id": "4200b7aa-b8b4-3f52-a929-41f74dc922e2",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 18th album and first on which the New Jersey singer wrote every song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}