Information about plays

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

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

{
    "id": 3413212,
    "uri": "https://api.kexp.org/v2/plays/3413212/?format=api",
    "airdate": "2024-10-16T02:28:42-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Welcome Back, Kotter",
    "track_id": null,
    "recording_id": "f8112146-14f0-433e-a7bf-27e512a01cc0",
    "artist": "John Sebastian",
    "artist_ids": [
        "95f9b1a1-dc0c-4440-9cd3-225aaba246ee"
    ],
    "album": "All‐Time Top 100 TV Themes",
    "release_id": null,
    "release_group_id": "e9ca5072-2fc1-3cc7-99d5-42ed17142ac5",
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "2005-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}