Information about plays

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

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

{
    "id": 3501203,
    "uri": "https://api.kexp.org/v2/plays/3501203/?format=api",
    "airdate": "2025-05-14T09:00:12-07:00",
    "show": 63457,
    "show_uri": "https://api.kexp.org/v2/shows/63457/?format=api",
    "image_uri": "https://ia800203.us.archive.org/33/items/mbid-c27a378c-5a4a-32f8-80a2-e3f7b7d42427/mbid-c27a378c-5a4a-32f8-80a2-e3f7b7d42427-29815792861_thumb500.jpg",
    "thumbnail_uri": "https://ia600203.us.archive.org/33/items/mbid-c27a378c-5a4a-32f8-80a2-e3f7b7d42427/mbid-c27a378c-5a4a-32f8-80a2-e3f7b7d42427-29815792861_thumb250.jpg",
    "song": "The Sweetest Condition",
    "track_id": "04379a4f-02b4-3bd1-ad47-900fff0dde17",
    "recording_id": "2ca9d0ff-5ab4-431c-a520-5ebd215eee8a",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Exciter",
    "release_id": "c27a378c-5a4a-32f8-80a2-e3f7b7d42427",
    "release_group_id": "97822855-3e00-30a9-8d7a-bd0802c961e7",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2001-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day 24-years ago in 2001. That's unpossible!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}