Information about plays

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

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

{
    "id": 3519483,
    "uri": "https://api.kexp.org/v2/plays/3519483/?format=api",
    "airdate": "2025-06-27T10:36:12-07:00",
    "show": 63850,
    "show_uri": "https://api.kexp.org/v2/shows/63850/?format=api",
    "image_uri": "https://ia802207.us.archive.org/28/items/mbid-4237b0b5-9dc2-47ee-9ea0-7735da09bf7d/mbid-4237b0b5-9dc2-47ee-9ea0-7735da09bf7d-33602154545_thumb500.jpg",
    "thumbnail_uri": "https://ia802207.us.archive.org/28/items/mbid-4237b0b5-9dc2-47ee-9ea0-7735da09bf7d/mbid-4237b0b5-9dc2-47ee-9ea0-7735da09bf7d-33602154545_thumb250.jpg",
    "song": "We Will Become Silhouettes",
    "track_id": "116f1c74-24d3-385f-897a-9bd962b3d58c",
    "recording_id": "0d68e426-9a5a-4c3e-b0fc-e6a52ab525a6",
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Such Great Heights",
    "release_id": "4237b0b5-9dc2-47ee-9ea0-7735da09bf7d",
    "release_group_id": "fc16aeb6-9402-355b-92ab-899ded4fb772",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2003-01-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Postal Service released the original version of \"We Will Become Silhouettes\" on their 2003 Give Up album. The Shins released this cover in 2005.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}