Information about plays

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

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

{
    "id": 3579695,
    "uri": "https://api.kexp.org/v2/plays/3579695/?format=api",
    "airdate": "2025-11-18T04:40:40-08:00",
    "show": 65142,
    "show_uri": "https://api.kexp.org/v2/shows/65142/?format=api",
    "image_uri": "https://coverartarchive.org/release/24390b0e-1c0e-496a-85c9-206a09938e38/39142998134-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24390b0e-1c0e-496a-85c9-206a09938e38/39142998134-250.jpg",
    "song": "Time For Slurp",
    "track_id": null,
    "recording_id": "682875cf-f498-4407-8bdf-7fa3d3679b6c",
    "artist": "King Krule",
    "artist_ids": [
        "c0daae21-ec2a-4dd0-a323-4f53f5945d04"
    ],
    "album": "SHHHHHHH!",
    "release_id": null,
    "release_group_id": "69c75c05-2ddd-425e-816a-715b88f65e92",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2024-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Following from his positively-received album Space Heavy, Archy Marshall, better known under the alias King Krule released SHHHHHH!, a four-track project that were previously only available via flexi-discs and sold during his 2023 SHHHH Tour.  https://www.youtube.com/watch?v=tbxV0-yg_tU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}