Information about plays

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

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

{
    "id": 3574474,
    "uri": "https://api.kexp.org/v2/plays/3574474/?format=api",
    "airdate": "2025-11-05T22:29:28-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://coverartarchive.org/release/2838f30e-725d-41fc-9ee6-5290d303d60f/23414820156-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2838f30e-725d-41fc-9ee6-5290d303d60f/23414820156-250.jpg",
    "song": "Know Your Product",
    "track_id": null,
    "recording_id": "a7d62849-4f63-443c-bbb3-7613f00e4692",
    "artist": "The Saints",
    "artist_ids": [
        "0f1e84e4-2417-4f9e-a3f4-6db2cf11a46d"
    ],
    "album": "Eternally Yours",
    "release_id": null,
    "release_group_id": "c0069416-d369-3453-b3b7-00774b9e698b",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1978-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Neptune in Seattle 11/9, with Mark Arm on vocals!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}