Information about plays

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

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

{
    "id": 3617000,
    "uri": "https://api.kexp.org/v2/plays/3617000/?format=api",
    "airdate": "2026-02-13T14:10:41-08:00",
    "show": 65922,
    "show_uri": "https://api.kexp.org/v2/shows/65922/?format=api",
    "image_uri": "https://dn711009.ca.archive.org/0/items/mbid-1419936e-fc98-43dc-a2d2-fe473ec04a7a/mbid-1419936e-fc98-43dc-a2d2-fe473ec04a7a-12043415612_thumb500.jpg",
    "thumbnail_uri": "https://dn711009.ca.archive.org/0/items/mbid-1419936e-fc98-43dc-a2d2-fe473ec04a7a/mbid-1419936e-fc98-43dc-a2d2-fe473ec04a7a-12043415612_thumb250.jpg",
    "song": "My Girls",
    "track_id": "66bc2483-027c-48b4-8ad0-7c9455597429",
    "recording_id": "5c323a5d-99d8-4cc2-a031-0ea5b60db945",
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Ready Boy & Girls?",
    "release_id": "1419936e-fc98-43dc-a2d2-fe473ec04a7a",
    "release_group_id": "f5adf01c-8c9d-4904-8fae-563bde0e0d95",
    "labels": [
        "INgrooves"
    ],
    "label_ids": [
        "3027c393-daa1-4f4a-af6a-2b464722d584"
    ],
    "release_date": "2014-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the Tears for Fears cover of Animal Collective's \"My Girls\".\n\nOh, you want to compare? Here's the 2009 original: https://www.youtube.com/watch?v=zol2MJf6XNE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}