Information about plays

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

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

{
    "id": 3440700,
    "uri": "https://api.kexp.org/v2/plays/3440700/?format=api",
    "airdate": "2024-12-21T02:23:14-08:00",
    "show": 62164,
    "show_uri": "https://api.kexp.org/v2/shows/62164/?format=api",
    "image_uri": "https://coverartarchive.org/release/cf79c2bb-b248-477f-9cab-412cd187b243/10669431950-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cf79c2bb-b248-477f-9cab-412cd187b243/10669431950-250.jpg",
    "song": "Heartbeat",
    "track_id": null,
    "recording_id": "d3c77a03-4750-4921-be64-6c12303cf4cc",
    "artist": "Garland",
    "artist_ids": [
        "2df9e839-ee09-4da1-83e5-2c4537fa018a"
    ],
    "album": "I Love Disco presents Dancefloor Gems 80's, Volume 7",
    "release_id": null,
    "release_group_id": "ece4e060-9ded-4db9-848e-e5b046b6a795",
    "labels": [
        "Modern Music Productions"
    ],
    "label_ids": [],
    "release_date": "2009-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/master/311982-Garland-Heartbeat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}