Information about plays

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

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

{
    "id": 3521884,
    "uri": "https://api.kexp.org/v2/plays/3521884/?format=api",
    "airdate": "2025-07-03T00:28:54-07:00",
    "show": 63903,
    "show_uri": "https://api.kexp.org/v2/shows/63903/?format=api",
    "image_uri": "https://ia600606.us.archive.org/9/items/mbid-647d7016-2683-42c6-b027-83114a7c3eec/mbid-647d7016-2683-42c6-b027-83114a7c3eec-2060685316_thumb500.jpg",
    "thumbnail_uri": "https://ia800606.us.archive.org/9/items/mbid-647d7016-2683-42c6-b027-83114a7c3eec/mbid-647d7016-2683-42c6-b027-83114a7c3eec-2060685316_thumb250.jpg",
    "song": "Teachers",
    "track_id": "9ee6438d-3974-3c37-9cdf-d39ad34567ec",
    "recording_id": "3707ab0d-ff31-46a2-9056-d094bae44c3e",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Homework",
    "release_id": "497f9acf-a695-332e-bc20-1c8745248550",
    "release_group_id": "00054665-89fa-33d5-a8f0-1728ea8c32c3",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1997-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At the center of Daft Punk’s world-beating debut album lay a tribute to the architects of dance music, titled ‘Teachers’. Here's an insider’s guide to the Teachers: https://djmag.com/longreads/daft-punk-s-homework-25-teachers-and-students",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}