Information about plays

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

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

{
    "id": 3429173,
    "uri": "https://api.kexp.org/v2/plays/3429173/?format=api",
    "airdate": "2024-11-23T18:00:23-08:00",
    "show": 61929,
    "show_uri": "https://api.kexp.org/v2/shows/61929/?format=api",
    "image_uri": "https://coverartarchive.org/release/2383d02a-5477-48a3-9da2-dd6e869b69d0/21556649128-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2383d02a-5477-48a3-9da2-dd6e869b69d0/21556649128-250.jpg",
    "song": "Brick Horizon",
    "track_id": null,
    "recording_id": "55c458de-1ec7-4741-a93f-877e278535c7",
    "artist": "The Woolen Men",
    "artist_ids": [
        "f5e1d780-701c-4f4b-8658-d7e65dc4eca5"
    ],
    "album": "Brick Horizon",
    "release_id": null,
    "release_group_id": "1d003276-d59e-4f6b-a0d5-08111e92781d",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-05-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland group!\n\nhttps://woolenmen.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}