Information about plays

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

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

{
    "id": 3572374,
    "uri": "https://api.kexp.org/v2/plays/3572374/?format=api",
    "airdate": "2025-10-31T22:53:43-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/3a2c6c46-5b25-4690-8bde-d4ce9f4d211f/13222884256-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3a2c6c46-5b25-4690-8bde-d4ce9f4d211f/13222884256-250.jpg",
    "song": "Up Rock",
    "track_id": null,
    "recording_id": "872a6249-a9c7-43a1-9dbb-29336b4e3d1c",
    "artist": "Syndel",
    "artist_ids": [
        "ca113b60-7760-4f65-9c22-3b8242183be3"
    ],
    "album": "Enchantress",
    "release_id": null,
    "release_group_id": "2dafc3ca-3090-3119-9d8d-a67c603b64fb",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-07-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}