Information about plays

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

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

{
    "id": 3549481,
    "uri": "https://api.kexp.org/v2/plays/3549481/?format=api",
    "airdate": "2025-09-06T03:20:58-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia600203.us.archive.org/6/items/mbid-f229d4f4-dd08-4315-83da-e7df4885f610/mbid-f229d4f4-dd08-4315-83da-e7df4885f610-7863889916_thumb500.jpg",
    "thumbnail_uri": "https://dn721209.ca.archive.org/0/items/mbid-f229d4f4-dd08-4315-83da-e7df4885f610/mbid-f229d4f4-dd08-4315-83da-e7df4885f610-7863889916_thumb250.jpg",
    "song": "A Bullet for Everyone",
    "track_id": "caffa7d6-2427-318f-8a8d-0f22ca260c75",
    "recording_id": "c6a80897-79e8-4214-b1da-b88c0a91691a",
    "artist": "Paul Weller",
    "artist_ids": [
        "c4406045-e640-4cfe-8b88-4732cce314d4"
    ],
    "album": "Illumination",
    "release_id": "f229d4f4-dd08-4315-83da-e7df4885f610",
    "release_group_id": "62c08e8c-b58b-315d-bc39-3e107a806342",
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}