Information about plays

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

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

{
    "id": 3415458,
    "uri": "https://api.kexp.org/v2/plays/3415458/?format=api",
    "airdate": "2024-10-21T07:05:23-07:00",
    "show": 61635,
    "show_uri": "https://api.kexp.org/v2/shows/61635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreamweavers",
    "track_id": "3ec512b2-06dc-4a24-b161-511a2c603062",
    "recording_id": "36b241e9-33c3-424c-b61f-32230a8e00ec",
    "artist": "Trentemøller",
    "artist_ids": [
        "95e9aba6-f85c-48a0-9ec9-395d4f0e3875"
    ],
    "album": "Dreamweavers",
    "release_id": "c0ba844d-2018-4b32-a1a9-860ed8a8bda7",
    "release_group_id": "831e3b3d-19a2-4542-918e-7cee75aa20de",
    "labels": [
        "HFN Music"
    ],
    "label_ids": [
        "01e27ccc-7553-458d-913a-26b4542e62f1"
    ],
    "release_date": "2024-06-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Danish artist Trentemøller released the new album Dreamweaver in September. On this track, Icelandic artist Disa wrote the lyrics and performed vocals. \nhttps://trentemoller.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}