Information about plays

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

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

{
    "id": 3594764,
    "uri": "https://api.kexp.org/v2/plays/3594764/?format=api",
    "airdate": "2025-12-23T05:35:16-08:00",
    "show": 65454,
    "show_uri": "https://api.kexp.org/v2/shows/65454/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fire",
    "track_id": null,
    "recording_id": "1a5f88d0-e7ed-4068-a696-0de5216a1828",
    "artist": "Grace Love & The True Loves",
    "artist_ids": [
        "f5c04c3e-2e77-4de1-9587-a544fc08f903",
        "0a28e2c9-20d3-4541-8e25-bcea06916fc2"
    ],
    "album": "Grace Love & The True Loves",
    "release_id": null,
    "release_group_id": "13959c0f-7f5f-4048-a6c5-4b56d587bf8c",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-10-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Grace Love & The True Loves perform Fire Live on KEXP (2016): https://www.youtube.com/watch?v=Fh7zfaX5W9E\n\nhttps://graceloveandthetrueloves.bandcamp.com/album/grace-love-and-the-true-loves-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}