Information about plays

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

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

{
    "id": 3631996,
    "uri": "https://api.kexp.org/v2/plays/3631996/?format=api",
    "airdate": "2026-03-21T16:33:17-07:00",
    "show": 66243,
    "show_uri": "https://api.kexp.org/v2/shows/66243/?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": "Six Degrees: Tears for Fears covers Animal Collective's \"My Girls\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}