Information about plays

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

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

{
    "id": 3561076,
    "uri": "https://api.kexp.org/v2/plays/3561076/?format=api",
    "airdate": "2025-10-04T02:15:41-07:00",
    "show": 64738,
    "show_uri": "https://api.kexp.org/v2/shows/64738/?format=api",
    "image_uri": "https://coverartarchive.org/release/afb1f495-1554-4094-85d1-9a67031ed6fe/32259600674-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/afb1f495-1554-4094-85d1-9a67031ed6fe/32259600674-250.jpg",
    "song": "Madrugada",
    "track_id": null,
    "recording_id": "a14333c1-94f0-4f74-ab4a-13cbcba20960",
    "artist": "French Police",
    "artist_ids": [
        "90cf1e25-ffc0-4637-a0fe-205736f9ce10"
    ],
    "album": "French Police",
    "release_id": null,
    "release_group_id": "932498e5-c561-4ac1-b27e-23b40cf9f13e",
    "labels": [
        "Icy Cold Records"
    ],
    "label_ids": [],
    "release_date": "2019-01-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago, IL - \nhttps://icycoldrecords.bandcamp.com/album/icr163-french-police-french-police",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}