Information about plays

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

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

{
    "id": 3438152,
    "uri": "https://api.kexp.org/v2/plays/3438152/?format=api",
    "airdate": "2024-12-14T21:21:45-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "https://coverartarchive.org/release/51d7f13f-a1b6-43d3-b2b8-4c233f3bde09/10964162940-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51d7f13f-a1b6-43d3-b2b8-4c233f3bde09/10964162940-250.jpg",
    "song": "Social End Product",
    "track_id": null,
    "recording_id": "358a0c62-7c6a-443a-9ce9-81d9b3aa42ec",
    "artist": "The Bluestars",
    "artist_ids": [
        "687058f0-d852-440b-8d5d-764e80798405"
    ],
    "album": "Social End Product",
    "release_id": null,
    "release_group_id": "c5a388a6-b8da-4dc0-8e57-d1e3b5549336",
    "labels": [
        "Allied International"
    ],
    "label_ids": [
        "900c86e1-e3b9-4a76-a611-04d10861c85f"
    ],
    "release_date": "1966-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Bluestars were a garage rock band from Auckland, New Zealand, who were active during the 1960s. They became one of the most popular bands in New Zealand at the time and enjoyed a hit in the Auckland area with their first single, which appeared on Decca Records, where they were the first New Zealand rock band to be signed to the label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}