Information about plays

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

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

{
    "id": 3428323,
    "uri": "https://api.kexp.org/v2/plays/3428323/?format=api",
    "airdate": "2024-11-21T16:17:46-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "https://ia802207.us.archive.org/11/items/mbid-8ee6b6b1-fe79-4935-b229-50f64b87cb17/mbid-8ee6b6b1-fe79-4935-b229-50f64b87cb17-7786670567_thumb500.jpg",
    "thumbnail_uri": "https://ia802207.us.archive.org/11/items/mbid-8ee6b6b1-fe79-4935-b229-50f64b87cb17/mbid-8ee6b6b1-fe79-4935-b229-50f64b87cb17-7786670567_thumb250.jpg",
    "song": "Tipp City",
    "track_id": "af90437c-47f9-3d2d-95f0-a9383ce2bb58",
    "recording_id": "1a713ec1-e838-4c41-a0da-6a5e265c36de",
    "artist": "The Amps",
    "artist_ids": [
        "5e4ad809-a048-427d-b0e4-a6761de9c220"
    ],
    "album": "Pacer",
    "release_id": "8ee6b6b1-fe79-4935-b229-50f64b87cb17",
    "release_group_id": "b06e2c8a-246c-3908-9f30-4af6b79aaf2d",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1995-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Amps were an American alternative rock band formed by Kim Deal in 1995, while her band The Breeders went on hiatus. The group consisted of Deal, on lead vocals and rhythm guitar; Luis Lerma on bass; Nate Farley on lead guitar; and Jim Macpherson of The Breeders on drums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}