Information about plays

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

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

{
    "id": 3604801,
    "uri": "https://api.kexp.org/v2/plays/3604801/?format=api",
    "airdate": "2026-01-15T20:15:44-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jane",
    "track_id": null,
    "recording_id": "bd447fa9-c197-49ff-8f25-53490d648ae1",
    "artist": "アマイワナ",
    "artist_ids": [
        "56f05b4d-9918-4e7d-affa-9d56f9853b93"
    ],
    "album": "SWEET SWEET SWEET",
    "release_id": null,
    "release_group_id": "482dbd4e-2fd2-42e3-aa51-dc8514e389ce",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "アマイワナ (Amaiwana) is a Japanese dream-punk singer/songwriter.\n--\nhttps://www.amaiwana.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}