Information about plays

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

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

{
    "id": 3541157,
    "uri": "https://api.kexp.org/v2/plays/3541157/?format=api",
    "airdate": "2025-08-17T09:30:09-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/ffbbf0e1-d841-41a3-a698-e104bf1b8760/15007827305-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ffbbf0e1-d841-41a3-a698-e104bf1b8760/15007827305-250.jpg",
    "song": "Truck Drivin' Man",
    "track_id": null,
    "recording_id": "5e3edeb3-f222-4661-af9e-440afc79c71a",
    "artist": "Red Simpson",
    "artist_ids": [
        "db96de54-4c4f-4466-8181-32bb8fb31d43"
    ],
    "album": "Roll Truck Roll",
    "release_id": null,
    "release_group_id": "a5f7d79e-61af-4e71-ae12-0f2cbca43c8d",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Simpson moved in the same Bakersfield circles as Buck Owens, he was picked up by Capitol Records specifically to record trucking songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}