Information about plays

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

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

{
    "id": 3585528,
    "uri": "https://api.kexp.org/v2/plays/3585528/?format=api",
    "airdate": "2025-12-01T19:28:15-08:00",
    "show": 65265,
    "show_uri": "https://api.kexp.org/v2/shows/65265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Caballo con alas",
    "track_id": null,
    "recording_id": "8e37255b-83b6-4626-9ee8-f0991ef15c2b",
    "artist": "Las Luces Primeras",
    "artist_ids": [
        "8593d358-901f-43a4-9c25-5f6784b2f0b9"
    ],
    "album": "Forestal Tape",
    "release_id": null,
    "release_group_id": "1cf0614a-e037-4074-a724-d1866bf49056",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}