Information about plays

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

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

{
    "id": 3577082,
    "uri": "https://api.kexp.org/v2/plays/3577082/?format=api",
    "airdate": "2025-11-12T04:16:10-08:00",
    "show": 65086,
    "show_uri": "https://api.kexp.org/v2/shows/65086/?format=api",
    "image_uri": "https://ia902807.us.archive.org/27/items/mbid-6a897c3d-9178-47d5-a300-7161f3f4cab7/mbid-6a897c3d-9178-47d5-a300-7161f3f4cab7-20643473656_thumb500.jpg",
    "thumbnail_uri": "https://ia902807.us.archive.org/27/items/mbid-6a897c3d-9178-47d5-a300-7161f3f4cab7/mbid-6a897c3d-9178-47d5-a300-7161f3f4cab7-20643473656_thumb250.jpg",
    "song": "Living Room",
    "track_id": "4a024c26-3732-4587-98ce-b99fc3b5f231",
    "recording_id": "20667155-a03f-4ec1-a2ed-b33af9d6fab9",
    "artist": "Tegan and Sara",
    "artist_ids": [
        "d13f0f47-36f9-4661-87fe-2de56f45c649"
    ],
    "album": "5 Songs From The Phoenix",
    "release_id": "62fbcc6f-f3a1-43b2-9f8f-bc1ab53931cc",
    "release_group_id": "f4c47f6f-8ea6-4cc4-96d7-3f2937dbb14b",
    "labels": [
        "Vapor Records"
    ],
    "label_ids": [
        "dd58c28f-554d-4d76-be30-2d3aab070b3a"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tegan and Sara released their album, If It Was You on this day in 2002. If It Was You was recorded on Galiano Island and the Factory Studio, with the exception of the track \"And Darling (This Thing That Breaks My Heart)\", which was recorded at Tegan's house.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}