Information about plays

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

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

{
    "id": 3562410,
    "uri": "https://api.kexp.org/v2/plays/3562410/?format=api",
    "airdate": "2025-10-07T17:42:36-07:00",
    "show": 64773,
    "show_uri": "https://api.kexp.org/v2/shows/64773/?format=api",
    "image_uri": "https://ia801201.us.archive.org/8/items/mbid-8e2a9a3f-1738-3829-9eac-7b490d194870/mbid-8e2a9a3f-1738-3829-9eac-7b490d194870-31067171267_thumb500.jpg",
    "thumbnail_uri": "https://ia601201.us.archive.org/8/items/mbid-8e2a9a3f-1738-3829-9eac-7b490d194870/mbid-8e2a9a3f-1738-3829-9eac-7b490d194870-31067171267_thumb250.jpg",
    "song": "High Speed",
    "track_id": "ec9d5032-4b2a-38eb-8011-f819acbaf8b2",
    "recording_id": "94909689-459c-4d15-8e31-678854c48f22",
    "artist": "Coldplay",
    "artist_ids": [
        "cc197bad-dc9c-440d-a5b5-d52ba2e14234"
    ],
    "album": "Parachutes",
    "release_id": "8e2a9a3f-1738-3829-9eac-7b490d194870",
    "release_group_id": "1dc4c347-a1db-32aa-b14f-bc9cc507b843",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#390\n__\nParachutes was the first studio album from Coldplay, released in 2000. It won the Grammy award for Best Alternative Music Album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}