Information about plays

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

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

{
    "id": 3598435,
    "uri": "https://api.kexp.org/v2/plays/3598435/?format=api",
    "airdate": "2025-12-31T12:23:10-08:00",
    "show": 65524,
    "show_uri": "https://api.kexp.org/v2/shows/65524/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Popular (feat. Matthew Caws of Nada Surf)",
    "track_id": "16de36b9-7422-4509-aa90-792de0819a6f",
    "recording_id": "7cf2c4c8-189b-4674-a09a-5f418f9e8fe6",
    "artist": "Pom Pom Squad feat. Matthew Caws of Nada Surf",
    "artist_ids": [
        "4c33904b-1c93-4f63-bb23-69d3544eaf77",
        "95d8acc0-7023-47e0-a998-20d4e05e1ea7"
    ],
    "album": "Popular",
    "release_id": "71571478-8cdf-44c9-a4a9-cee4029ac2ad",
    "release_group_id": "088d2f5a-efa0-415e-9013-6c5069eed037",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2021-12-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Pom Pom Squad covering Nada Surf's popular. Nada Surf's own Matthew Caws joined in on the cover! \n\nPom Pom squad created a shot for shot remake of the original music video, with all of the parts played by band member Mia Berrin. It was even shot at the same high school: https://youtu.be/VBqwBm6XZdM.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}