Information about plays

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

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

{
    "id": 3637540,
    "uri": "https://api.kexp.org/v2/plays/3637540/?format=api",
    "airdate": "2026-04-04T03:11:14-07:00",
    "show": 66361,
    "show_uri": "https://api.kexp.org/v2/shows/66361/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-0f3bf7ea-1503-4bed-8c26-32e3f4896676/mbid-0f3bf7ea-1503-4bed-8c26-32e3f4896676-41844715521_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-0f3bf7ea-1503-4bed-8c26-32e3f4896676/mbid-0f3bf7ea-1503-4bed-8c26-32e3f4896676-41844715521_thumb250.jpg",
    "song": "Calentita (Aries)",
    "track_id": "fb3d5a7f-819e-4fa0-8873-f8f753e8002f",
    "recording_id": "d1e643a4-3349-421c-9ff3-dd7b367c59e8",
    "artist": "ASTROPICAL",
    "artist_ids": [
        "47d596e5-e2f5-4bf6-b469-4082a3221ec0"
    ],
    "album": "ASTROPICAL",
    "release_id": "ac09ae43-bbe6-4843-b0fd-50668f50d573",
    "release_group_id": "03252145-7f66-484d-b0f9-45ff2593242c",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2025-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}