Information about plays

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

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

{
    "id": 3630479,
    "uri": "https://api.kexp.org/v2/plays/3630479/?format=api",
    "airdate": "2026-03-18T04:55:15-07:00",
    "show": 66211,
    "show_uri": "https://api.kexp.org/v2/shows/66211/?format=api",
    "image_uri": null,
    "thumbnail_uri": null,
    "song": "El Dickital",
    "track_id": "e2100430-ab01-3a1b-b18b-e48b7c312d8d",
    "recording_id": "b98b578d-3dc9-4027-b4e6-a13971bee0f3",
    "artist": "Tiger & Woods",
    "artist_ids": [
        "9ec61dce-2b76-41d8-9eb2-9f808d27d195"
    ],
    "album": "Through the Green",
    "release_id": "ddd221ce-0c43-4edc-9031-1e4a527bd364",
    "release_group_id": "03c36b97-c06c-4767-8aef-d58d31f9c849",
    "labels": [
        "Running Back"
    ],
    "label_ids": [
        "d6ccc9e0-522e-4af5-ada2-824a4ed43911"
    ],
    "release_date": "2011-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}