Information about plays

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

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

{
    "id": 3520235,
    "uri": "https://api.kexp.org/v2/plays/3520235/?format=api",
    "airdate": "2025-06-29T03:14:47-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://ia601503.us.archive.org/0/items/mbid-b70226e2-949b-449a-bfe5-86f9b0f9b789/mbid-b70226e2-949b-449a-bfe5-86f9b0f9b789-16512147003_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/0/items/mbid-b70226e2-949b-449a-bfe5-86f9b0f9b789/mbid-b70226e2-949b-449a-bfe5-86f9b0f9b789-16512147003_thumb250.jpg",
    "song": "Beggar’s Bowl",
    "track_id": "54ef4e69-7bfd-36e5-a892-3f386fe9c470",
    "recording_id": "68e43cfb-9a7d-4371-a901-32893d6a8a71",
    "artist": "Polvo",
    "artist_ids": [
        "a57e5515-555a-42d6-a92a-465deac3fdd1"
    ],
    "album": "In Prism",
    "release_id": "b70226e2-949b-449a-bfe5-86f9b0f9b789",
    "release_group_id": "2a604614-3cc9-4ba0-b864-b5284cc4fc5e",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2009-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}