Information about plays

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

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

{
    "id": 3415745,
    "uri": "https://api.kexp.org/v2/plays/3415745/?format=api",
    "airdate": "2024-10-22T02:37:18-07:00",
    "show": 61641,
    "show_uri": "https://api.kexp.org/v2/shows/61641/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sugar Is Sweeter (Armand van Helden’s Drum ’n’ Bass mix)",
    "track_id": null,
    "recording_id": "72b3160f-2f93-4e05-8dd3-58cb7e246ab1",
    "artist": "CJ Bolland",
    "artist_ids": [
        "8ab9a62f-b8e6-4719-8e0a-0f9ea94b1955"
    ],
    "album": "Sugar Is Sweeter",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Another throwback -- BIGUP Steve in Texas for the request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}