Information about plays

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

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

{
    "id": 3438178,
    "uri": "https://api.kexp.org/v2/plays/3438178/?format=api",
    "airdate": "2024-12-14T22:26:51-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9d215f1-62ad-4cf4-a8df-229d2ff3c98f/2323478039-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9d215f1-62ad-4cf4-a8df-229d2ff3c98f/2323478039-250.jpg",
    "song": "I Don’t",
    "track_id": null,
    "recording_id": "ff1805b6-1b3e-4eba-a4c8-f0f0c0d35632",
    "artist": "Circle Jerks",
    "artist_ids": [
        "22995eba-1238-4b4f-a937-ac2c5767ab9f"
    ],
    "album": "VI",
    "release_id": null,
    "release_group_id": "3e01916a-b8e5-3949-9559-fd8518d80596",
    "labels": [
        "Relativity Records"
    ],
    "label_ids": [
        "2bfb17b6-95da-44f8-9cd2-9cc661083901"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Inger Lorre from the Nymphs co-wrote this song. RIP\n\nCircle Jerks are touring Europe early next year and will be playing at Coachella April 13th-20th with Kraftwerk, Amyl and the Sniffers, and GEL.\n\nhttp://www.circlejerks.net/Shows/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}