Information about plays

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

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

{
    "id": 3542424,
    "uri": "https://api.kexp.org/v2/plays/3542424/?format=api",
    "airdate": "2025-08-20T09:20:07-07:00",
    "show": 64338,
    "show_uri": "https://api.kexp.org/v2/shows/64338/?format=api",
    "image_uri": "https://ia801306.us.archive.org/30/items/mbid-cd115704-d392-4d05-95e0-491e9fd82852/mbid-cd115704-d392-4d05-95e0-491e9fd82852-2531553574_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/30/items/mbid-cd115704-d392-4d05-95e0-491e9fd82852/mbid-cd115704-d392-4d05-95e0-491e9fd82852-2531553574_thumb250.jpg",
    "song": "Melatonin",
    "track_id": "f6255b13-832d-3e09-b9d5-a510d1266cd5",
    "recording_id": "98b7e831-4e2e-449c-84b2-ca4fc43346ba",
    "artist": "Silversun Pickups",
    "artist_ids": [
        "b5bd9f88-962e-4730-84a7-795592ba42e8"
    ],
    "album": "Carnavas",
    "release_id": "cd115704-d392-4d05-95e0-491e9fd82852",
    "release_group_id": "4eb68c5b-dc3f-3a1d-bcc1-9ade293f7627",
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [
        "af89464c-9366-4ba4-a549-84e482bbbe02"
    ],
    "release_date": "2006-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Silversun Pickups' debut studio album. \"Carnavas\" is a surname from the Greek side of lead guitarist and vocalist Brian Aubert's family.\n\nhttps://silversunpickups.com/\nhttps://silversunpickups.bandcamp.com/\n\nHere's Silversun Pickups performing live in the KEXP studio in 2019: https://www.youtube.com/watch?v=son5BkQD-IQ&t=2207s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}