Information about plays

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

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

{
    "id": 3557490,
    "uri": "https://api.kexp.org/v2/plays/3557490/?format=api",
    "airdate": "2025-09-25T07:40:44-07:00",
    "show": 64656,
    "show_uri": "https://api.kexp.org/v2/shows/64656/?format=api",
    "image_uri": "https://ia601702.us.archive.org/27/items/mbid-6d73360d-75dd-3d58-a59f-119d63dcd304/mbid-6d73360d-75dd-3d58-a59f-119d63dcd304-17762645346_thumb500.jpg",
    "thumbnail_uri": "https://ia601702.us.archive.org/27/items/mbid-6d73360d-75dd-3d58-a59f-119d63dcd304/mbid-6d73360d-75dd-3d58-a59f-119d63dcd304-17762645346_thumb250.jpg",
    "song": "From the Edge of the Deep Green Sea",
    "track_id": "73459b95-3b27-3089-a511-1befa081197c",
    "recording_id": "d96c9e39-93ba-406a-a569-b563ff40b6b0",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Wish",
    "release_id": "6d73360d-75dd-3d58-a59f-119d63dcd304",
    "release_group_id": "88154914-4f14-355c-8066-b3cecd38c42c",
    "labels": [
        "Fiction"
    ],
    "label_ids": [
        "df7d4cc5-e131-43a3-a398-5322ceded8bc"
    ],
    "release_date": "1992-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The epic 'Edge of the Deep Green Sea' on 1992’s critically acclaimed 'Wish' is a soaring song, again about love and loss that takes place seaside....\"\n Here's a guide to each of The Cure's \"seaside\" songs: https://www.popmatters.com/the-cure-seaside-pandemic-cure",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}