Information about plays

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

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

{
    "id": 3428782,
    "uri": "https://api.kexp.org/v2/plays/3428782/?format=api",
    "airdate": "2024-11-22T18:50:44-08:00",
    "show": 61919,
    "show_uri": "https://api.kexp.org/v2/shows/61919/?format=api",
    "image_uri": "https://ia904506.us.archive.org/12/items/mbid-058aefde-1963-4778-8e22-d47f05b7a040/mbid-058aefde-1963-4778-8e22-d47f05b7a040-8007680522_thumb500.jpg",
    "thumbnail_uri": "https://ia804506.us.archive.org/12/items/mbid-058aefde-1963-4778-8e22-d47f05b7a040/mbid-058aefde-1963-4778-8e22-d47f05b7a040-8007680522_thumb250.jpg",
    "song": "I Heard It Through the Grapevine",
    "track_id": "73eb87a4-4820-365a-9adf-badb9166d12c",
    "recording_id": "98607ec9-ba33-4244-a0aa-1830c8476117",
    "artist": "The Slits",
    "artist_ids": [
        "ff9ef2ef-73a6-496c-8528-4b12b21afbfd"
    ],
    "album": "Typical Girls",
    "release_id": "058aefde-1963-4778-8e22-d47f05b7a040",
    "release_group_id": "d16f02a0-4b1e-3301-8b52-4ab7f6b0cce4",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1979-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Slits were a London-based punk band that \"came together in the melting pot of London’s scorching punk scene\" in 1976. \n\nThis is their dub-punk version of the Marvin Gaye classic. \"I Heard It Through the Grapevine\" written by Norman Whitfield and Barrett Strong, for Motown Records in 1966.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}