Information about plays

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

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

{
    "id": 3440878,
    "uri": "https://api.kexp.org/v2/plays/3440878/?format=api",
    "airdate": "2024-12-21T13:24:51-08:00",
    "show": 62170,
    "show_uri": "https://api.kexp.org/v2/shows/62170/?format=api",
    "image_uri": "https://ia802803.us.archive.org/13/items/mbid-57c59bb6-e45d-4937-b63e-c6e0a1cea09e/mbid-57c59bb6-e45d-4937-b63e-c6e0a1cea09e-6596294587_thumb500.jpg",
    "thumbnail_uri": "https://ia802803.us.archive.org/13/items/mbid-57c59bb6-e45d-4937-b63e-c6e0a1cea09e/mbid-57c59bb6-e45d-4937-b63e-c6e0a1cea09e-6596294587_thumb250.jpg",
    "song": "The Dope (Wonderful You)",
    "track_id": "fdc06c09-519a-3216-b742-fdd59d51db3c",
    "recording_id": "b7811655-18c9-4dcd-aa9d-65cb910ee5b5",
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Welcome to the Monkey House",
    "release_id": "57c59bb6-e45d-4937-b63e-c6e0a1cea09e",
    "release_group_id": "19dc2439-5bcb-3ee3-ac92-8160ce704cc1",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2003-05-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Nick Rhodes of Duran Duran.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}