Information about plays

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

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

{
    "id": 3428108,
    "uri": "https://api.kexp.org/v2/plays/3428108/?format=api",
    "airdate": "2024-11-21T04:07:13-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia903002.us.archive.org/6/items/mbid-c8f08f0e-b9e5-4f4e-98e3-e6490937ad99/mbid-c8f08f0e-b9e5-4f4e-98e3-e6490937ad99-5605053107_thumb500.jpg",
    "thumbnail_uri": "https://ia803002.us.archive.org/6/items/mbid-c8f08f0e-b9e5-4f4e-98e3-e6490937ad99/mbid-c8f08f0e-b9e5-4f4e-98e3-e6490937ad99-5605053107_thumb250.jpg",
    "song": "Eye Examination",
    "track_id": "c411d09e-07a2-365b-b29a-01611910eba3",
    "recording_id": "426222fe-a00b-4a23-92a6-5f7f9c09e59f",
    "artist": "Del the Funky Homosapien",
    "artist_ids": [
        "a31a5e0c-d37a-41a8-90d5-9e256a47d83b"
    ],
    "album": "The Best of Del tha Funkee Homosapien: The Elektra Years",
    "release_id": "c8f08f0e-b9e5-4f4e-98e3-e6490937ad99",
    "release_group_id": "5aef94e1-3cb9-3bfc-938e-31f98e74a5f7",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "2004-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}