Information about plays

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

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

{
    "id": 3521420,
    "uri": "https://api.kexp.org/v2/plays/3521420/?format=api",
    "airdate": "2025-07-01T23:52:02-07:00",
    "show": 63895,
    "show_uri": "https://api.kexp.org/v2/shows/63895/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Say That",
    "track_id": "b81e3dd3-4201-302f-9bd3-f9f38ac41d30",
    "recording_id": "fbca2ba6-2835-4182-9d50-6ba3fa442af3",
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Kitsuné America 2",
    "release_id": "33bef1cc-9aa7-4f4a-81f7-3e7acab53490",
    "release_group_id": "d45df3d8-68a6-4fff-99f1-06d3da0eb72f",
    "labels": [
        "Kitsuné"
    ],
    "label_ids": [
        "59653285-e1c8-40f5-a6a1-fafd543fa8ae"
    ],
    "release_date": "2013-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally working within the field of lo-fi chillwave, Toro y Moi is also a graphic designer and artist who has designed everything from clothing to furniture.\n\nhttp://www.toroymoi.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}