Information about plays

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

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

{
    "id": 3421457,
    "uri": "https://api.kexp.org/v2/plays/3421457/?format=api",
    "airdate": "2024-11-04T22:34:08-08:00",
    "show": 61766,
    "show_uri": "https://api.kexp.org/v2/shows/61766/?format=api",
    "image_uri": "https://coverartarchive.org/release/ec873d45-a37c-4738-b817-36d8cc3591e9/37914397830-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ec873d45-a37c-4738-b817-36d8cc3591e9/37914397830-250.jpg",
    "song": "Rockman",
    "track_id": null,
    "recording_id": null,
    "artist": "Mk.gee",
    "artist_ids": [
        "262cf0ce-2af2-4686-a8cc-d6b33e97336d"
    ],
    "album": "Rockman",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "R&R"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As DJ Alex would say, \"fresh\" - https://mkgee.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}