Information about plays

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

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

{
    "id": 3568701,
    "uri": "https://api.kexp.org/v2/plays/3568701/?format=api",
    "airdate": "2025-10-22T23:42:18-07:00",
    "show": 64907,
    "show_uri": "https://api.kexp.org/v2/shows/64907/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f925281-ef40-41a6-8833-74d2ce8b59cb/12995160879-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f925281-ef40-41a6-8833-74d2ce8b59cb/12995160879-250.jpg",
    "song": "Cars",
    "track_id": null,
    "recording_id": "063964f7-35c3-467f-b30c-cb7303d866b9",
    "artist": "Gary Numan",
    "artist_ids": [
        "6cb79cb2-9087-44d4-828b-5c6fdff2c957"
    ],
    "album": "The Pleasure Principle",
    "release_id": null,
    "release_group_id": "2ba66802-18a7-3bf4-958c-db871a6e7f34",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1979-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}