Information about plays

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

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

{
    "id": 3623302,
    "uri": "https://api.kexp.org/v2/plays/3623302/?format=api",
    "airdate": "2026-02-28T04:22:27-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In This Together",
    "track_id": "28bd0cc0-c41a-3c48-a53b-920a3af6c7fe",
    "recording_id": "c998bdef-308a-4841-848b-de597c6784e5",
    "artist": "Gabriel Teodros",
    "artist_ids": [
        "2584dbb7-683d-498a-a2c5-05147e07587e"
    ],
    "album": "Lovework",
    "release_id": "28d3ae5e-8351-45f3-ac93-168e95a2443f",
    "release_group_id": "333d9de3-4d4e-3a45-aca7-fb037a9258cc",
    "labels": [
        "Massline Media",
        "MassLine"
    ],
    "label_ids": [
        "6c447fb2-1592-4143-a28b-299f5f715fb6",
        "a338e7c4-82d6-48b5-af30-0cd25532aef9"
    ],
    "release_date": "2007-02-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}