Information about plays

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

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

{
    "id": 3537810,
    "uri": "https://api.kexp.org/v2/plays/3537810/?format=api",
    "airdate": "2025-08-09T06:36:04-07:00",
    "show": 64240,
    "show_uri": "https://api.kexp.org/v2/shows/64240/?format=api",
    "image_uri": "https://coverartarchive.org/release/37bdf9d9-5ea3-4660-8513-3d84ecb90044/31619195524-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/37bdf9d9-5ea3-4660-8513-3d84ecb90044/31619195524-250.jpg",
    "song": "Head Over Heels",
    "track_id": null,
    "recording_id": "233b58de-4ce2-4e15-a36e-485c8a9f8af8",
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Rule the World: The Greatest Hits",
    "release_id": null,
    "release_group_id": "80eb316a-d55b-4f28-b1f0-a311b973dc83",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2017-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}