Information about plays

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

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

{
    "id": 3560202,
    "uri": "https://api.kexp.org/v2/plays/3560202/?format=api",
    "airdate": "2025-10-01T21:00:36-07:00",
    "show": 64720,
    "show_uri": "https://api.kexp.org/v2/shows/64720/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-1245f848-10e6-4998-9aa7-107af4cbacdd/mbid-1245f848-10e6-4998-9aa7-107af4cbacdd-38879977490_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-1245f848-10e6-4998-9aa7-107af4cbacdd/mbid-1245f848-10e6-4998-9aa7-107af4cbacdd-38879977490_thumb250.jpg",
    "song": "Labyrinth",
    "track_id": "3e6b774c-75c4-4f5e-8687-0171ab48b10f",
    "recording_id": "27a9f5d4-b04c-46c6-80fc-04d783f6cdc8",
    "artist": "Magic Fig",
    "artist_ids": [
        "56de9e40-fe40-47d6-9470-8979babd237d"
    ],
    "album": "Magic Fig",
    "release_id": "1245f848-10e6-4998-9aa7-107af4cbacdd",
    "release_group_id": "f498b43f-9b21-4dd8-b803-5830c4d166f0",
    "labels": [
        "Silver Current Records"
    ],
    "label_ids": [
        "60df7611-932a-41e7-9309-e1d06c982763"
    ],
    "release_date": "2024-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Magic Fig just recently signed with label Exploding In Sound Records and will be released their new album “Valerian Tea” November 21st.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}