Information about plays

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

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

{
    "id": 3413255,
    "uri": "https://api.kexp.org/v2/plays/3413255/?format=api",
    "airdate": "2024-10-16T05:01:27-07:00",
    "show": 61589,
    "show_uri": "https://api.kexp.org/v2/shows/61589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Under the Bridge",
    "track_id": "b38ed25f-2010-358c-ba2c-50ce8d0292ab",
    "recording_id": "10d1062a-7275-458f-ad0d-906eeaa22c57",
    "artist": "Red Hot Chili Peppers",
    "artist_ids": [
        "8bfac288-ccc5-448d-9573-c33ea2aa5c30"
    ],
    "album": "Blood Sugar Sex Magik",
    "release_id": "0d88387e-5bdc-3669-b24a-8ce9772932a9",
    "release_group_id": "68bee70d-b425-3813-aca7-dd7b912c3d11",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1991-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Flea, bassist of the Red Hot Chili Peppers! Born on this day in 1962.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}