Information about plays

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

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

{
    "id": 3429074,
    "uri": "https://api.kexp.org/v2/plays/3429074/?format=api",
    "airdate": "2024-11-23T12:07:46-08:00",
    "show": 61927,
    "show_uri": "https://api.kexp.org/v2/shows/61927/?format=api",
    "image_uri": "https://ia600607.us.archive.org/2/items/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c-990572517_thumb500.jpg",
    "thumbnail_uri": "https://ia600607.us.archive.org/2/items/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c-990572517_thumb250.jpg",
    "song": "Get Real Paid",
    "track_id": "73d60106-9920-3260-b5fb-fa88e344926a",
    "recording_id": "0cd70fc3-7ed9-44ac-a3bd-4224194c8f36",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Midnite Vultures",
    "release_id": "53014f5f-355a-4bf3-aeab-70be7b6bb97c",
    "release_group_id": "4c5cd9dc-31b5-32b1-bd11-57081e83f8bb",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1999-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Midnite Vultures was released on this day in 1999.\n\nThis song samples both the 1981 track 'Home Computer' (by Kraftwerk) and the 1977 jazz-funk track 'Crab Apple' (by Idris Muhammad) \nhttps://www.beck.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}