Information about plays

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

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

{
    "id": 3413159,
    "uri": "https://api.kexp.org/v2/plays/3413159/?format=api",
    "airdate": "2024-10-15T23:51:01-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "After Hours",
    "track_id": null,
    "recording_id": "a4aeb6b1-90d5-4070-86ae-6ece364a408f",
    "artist": "Kehlani",
    "artist_ids": [
        "3260ce89-5eb0-4c6a-89c7-379c0dfc2ab9"
    ],
    "album": "After Hours",
    "release_id": null,
    "release_group_id": "3063dd5a-2c60-440e-9a04-ead30c6e9c18",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2024-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kehlani has returned with “After Hours,” her first new solo single since 2022. The new track was produced by Khris Riddick and Alex Goldblatt, and features samples of Cordel “Scatta” Burrell’s “Coolie Dance Rhythm.” \n\nhttps://www.kehlani.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}