Information about plays

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

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

{
    "id": 3548287,
    "uri": "https://api.kexp.org/v2/plays/3548287/?format=api",
    "airdate": "2025-09-03T05:10:32-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be True To Your School (Single Version)",
    "track_id": "989a9d0e-8219-40e3-80c0-54e487dc3f7c",
    "recording_id": "9d47befb-97c9-4cd5-93e6-97998b029c61",
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "Special 14 Track CD Sampler",
    "release_id": "4f37fa6f-34e3-442a-a1f3-4000563d91b1",
    "release_group_id": "7059aa29-768f-4a63-b7b1-3f77364718e0",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Be True to Your School\" is a song by the American rock band the Beach Boys from their 1963 album Little Deuce Coupe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}