Information about plays

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

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

{
    "id": 3524319,
    "uri": "https://api.kexp.org/v2/plays/3524319/?format=api",
    "airdate": "2025-07-08T12:20:36-07:00",
    "show": 63957,
    "show_uri": "https://api.kexp.org/v2/shows/63957/?format=api",
    "image_uri": "https://ia800704.us.archive.org/18/items/mbid-bb539138-0bee-4d7b-aa9b-2609381ac5de/mbid-bb539138-0bee-4d7b-aa9b-2609381ac5de-41902022734_thumb500.jpg",
    "thumbnail_uri": "https://dn721506.ca.archive.org/0/items/mbid-bb539138-0bee-4d7b-aa9b-2609381ac5de/mbid-bb539138-0bee-4d7b-aa9b-2609381ac5de-41902022734_thumb250.jpg",
    "song": "Walking Song",
    "track_id": "23f14a5c-bef3-4de5-a55d-1c8696e65684",
    "recording_id": "b9b6194e-b5be-4260-b870-490282f6342d",
    "artist": "U.S. Girls",
    "artist_ids": [
        "036912f5-c717-498d-8958-6058de17bb70"
    ],
    "album": "Scratch It",
    "release_id": "bb539138-0bee-4d7b-aa9b-2609381ac5de",
    "release_group_id": "25be72a6-db52-4dab-ba7d-5c0bbd739aa7",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2025-06-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "U.S. Girls is playing The Rickshaw Stop in SF on Thursday, September 11th.\n-\nPitchfork positively reviews this new album, saying that Meg Remy has produced an \"immediate and accessible\" work: https://pitchfork.com/reviews/albums/us-girls-scratch-it/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}