Information about plays

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

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

{
    "id": 3586130,
    "uri": "https://api.kexp.org/v2/plays/3586130/?format=api",
    "airdate": "2025-12-03T03:51:15-08:00",
    "show": 65275,
    "show_uri": "https://api.kexp.org/v2/shows/65275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "20th Century Boy",
    "track_id": "97c153e4-227d-410e-bbd0-12acac0b7026",
    "recording_id": "7b56d357-d1aa-42f0-ab2d-c9eedaae0221",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "20th Century Boy / Free Angel",
    "release_id": "ba3ac256-54f1-4f80-baca-7b2e1ee6698e",
    "release_group_id": "ae5e57af-036d-366d-9c61-a03de219644c",
    "labels": [
        "Ariola"
    ],
    "label_ids": [
        "b6d68d43-4939-4d76-b0d7-ef855d9f3e6e"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'20th Century Boy' was recorded on December 3, 1972, in Toshiba Recording Studios in Tokyo, Japan during a session that ran between 3:00 PM and 1:30 AM.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}