Information about plays

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

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

{
    "id": 3598949,
    "uri": "https://api.kexp.org/v2/plays/3598949/?format=api",
    "airdate": "2026-01-01T20:00:16-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Better",
    "track_id": null,
    "recording_id": "9660cce8-9044-45b9-affa-12443e40b77b",
    "artist": "BoA",
    "artist_ids": [
        "a16d1433-ba89-4f72-a47b-a370add0bb55"
    ],
    "album": "BETTER",
    "release_id": null,
    "release_group_id": "0768526c-f0d8-4a3b-bd9e-2720292a4ca5",
    "labels": [
        "SM Entertainment"
    ],
    "label_ids": [
        "0a249d01-d922-4cb9-b8f5-5bbf11d6c4bf"
    ],
    "release_date": "2020-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Known as the “Queen of K-pop”, BoA made her debut with ‘ID: Peace B’ in 2000 and is recognized as a K-pop pioneer due to her large global influence and spread of Korean pop culture. She is an icon for the international success of K-pop as one of the first to break into the international music scene.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}