Information about plays

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

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

{
    "id": 3440877,
    "uri": "https://api.kexp.org/v2/plays/3440877/?format=api",
    "airdate": "2024-12-21T13:20:17-08:00",
    "show": 62170,
    "show_uri": "https://api.kexp.org/v2/shows/62170/?format=api",
    "image_uri": "https://ia800507.us.archive.org/12/items/mbid-f1788dec-b6d6-4b6b-85a3-e323e8895b1a/mbid-f1788dec-b6d6-4b6b-85a3-e323e8895b1a-14724094367_thumb500.jpg",
    "thumbnail_uri": "https://ia600507.us.archive.org/12/items/mbid-f1788dec-b6d6-4b6b-85a3-e323e8895b1a/mbid-f1788dec-b6d6-4b6b-85a3-e323e8895b1a-14724094367_thumb250.jpg",
    "song": "Little Drummer Boy",
    "track_id": "1027d9dc-9e1b-3624-b348-d3ec6daf95e2",
    "recording_id": "1301c8cf-c9ef-4f56-bf6b-a5bfb5d8e162",
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "It's Finally Christmas!",
    "release_id": "f1788dec-b6d6-4b6b-85a3-e323e8895b1a",
    "release_group_id": "d9b5837b-3911-3d70-8d1f-793042fb4e56",
    "labels": [
        "Tim/Kerr Records"
    ],
    "label_ids": [
        "8dd0bc73-8edc-44d3-a212-2be8caf18c92"
    ],
    "release_date": "1994-12-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}