Information about plays

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

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

{
    "id": 3605725,
    "uri": "https://api.kexp.org/v2/plays/3605725/?format=api",
    "airdate": "2026-01-17T21:53:13-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "https://coverartarchive.org/release/7d4e6c04-36a1-499e-a5a7-b59c2e45f35e/13932184864-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7d4e6c04-36a1-499e-a5a7-b59c2e45f35e/13932184864-250.jpg",
    "song": "Christina",
    "track_id": null,
    "recording_id": "f5c81672-a4d2-467e-bcb0-210aedde6c60",
    "artist": "Student Teachers",
    "artist_ids": [
        "e34150f4-3b43-4858-be69-ba5fa58b85e1"
    ],
    "album": "Invitation To... The Student Teachers",
    "release_id": null,
    "release_group_id": "05268f34-3a3b-45f2-a959-53a4e1e4381a",
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": "2013-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally recorded in 1978",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}