Information about plays

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

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

{
    "id": 3562045,
    "uri": "https://api.kexp.org/v2/plays/3562045/?format=api",
    "airdate": "2025-10-06T15:05:55-07:00",
    "show": 64764,
    "show_uri": "https://api.kexp.org/v2/shows/64764/?format=api",
    "image_uri": "https://ia800406.us.archive.org/30/items/mbid-1f2f93b4-7b9b-4fef-85fb-20f7439d9fbd/mbid-1f2f93b4-7b9b-4fef-85fb-20f7439d9fbd-18384607805_thumb500.jpg",
    "thumbnail_uri": "https://ia600406.us.archive.org/30/items/mbid-1f2f93b4-7b9b-4fef-85fb-20f7439d9fbd/mbid-1f2f93b4-7b9b-4fef-85fb-20f7439d9fbd-18384607805_thumb250.jpg",
    "song": "Your Type",
    "track_id": "2b883745-701f-4064-873e-3c1054624331",
    "recording_id": "87f1f245-7f84-4977-a4f2-8e698baa559a",
    "artist": "Alvvays",
    "artist_ids": [
        "99450990-b24e-4132-bb68-235f8c3e2564"
    ],
    "album": "Antisocialites",
    "release_id": "1f2f93b4-7b9b-4fef-85fb-20f7439d9fbd",
    "release_group_id": "1f0a3090-ae8c-4fbd-9b70-b4371961ef11",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#541 on YOUR countdown of the greatest albums of all-time.\n\nMany songs on “Antisocialites” are inspired by the band singer Molly Rankin's dark dreams, and the album's title itself is a direct reference to the dream-like themes in their song \"Dreams Tonite\". The album also features Norman Blake of Teenage Fanclub on backing vocals for the track \"In Undertow\". \n\nYou power KEXP! Make a one-time donation for the afternoon show: \nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}