Information about plays

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

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

{
    "id": 3561055,
    "uri": "https://api.kexp.org/v2/plays/3561055/?format=api",
    "airdate": "2025-10-04T00:56:05-07:00",
    "show": 64737,
    "show_uri": "https://api.kexp.org/v2/shows/64737/?format=api",
    "image_uri": "https://dn710007.ca.archive.org/0/items/mbid-50b36cd9-10ed-4754-9f9b-fed7c13bb172/mbid-50b36cd9-10ed-4754-9f9b-fed7c13bb172-32067653486_thumb500.jpg",
    "thumbnail_uri": "https://dn710007.ca.archive.org/0/items/mbid-50b36cd9-10ed-4754-9f9b-fed7c13bb172/mbid-50b36cd9-10ed-4754-9f9b-fed7c13bb172-32067653486_thumb250.jpg",
    "song": "You Know How We Do It",
    "track_id": "bc526ad2-491e-4bdd-adb2-3e976e512d9e",
    "recording_id": "9cfbf6e6-34a7-4d52-9a45-47fad504be4d",
    "artist": "Ice Cube",
    "artist_ids": [
        "1d11e2a1-4531-4d61-a8c7-7b5c6a608fd2"
    ],
    "album": "Greatest Hits",
    "release_id": "50b36cd9-10ed-4754-9f9b-fed7c13bb172",
    "release_group_id": "97653a74-f255-4ae3-a768-8e87a30dd749",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}