Information about plays

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

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

{
    "id": 3422542,
    "uri": "https://api.kexp.org/v2/plays/3422542/?format=api",
    "airdate": "2024-11-07T15:10:52-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "https://coverartarchive.org/release/1449b9f9-56c0-4177-92a7-ffcf0d204c16/39584391140-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1449b9f9-56c0-4177-92a7-ffcf0d204c16/39584391140-250.jpg",
    "song": "Tomorrow (A Better You, Better Me)",
    "track_id": null,
    "recording_id": "f75aaa42-4f4a-483b-9621-3fc2f890291d",
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "Back on the Block",
    "release_id": null,
    "release_group_id": "1ad5316f-a6b7-31d0-ba33-a5bc767ae3dd",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1989-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, you'll remember, was originally recorded in 1976 as a Quincy Jones-produced instrumental by The Johnson Brothers. In 1989, Siedah Garrett wrote lyrics to the song, and it was recorded by Quincy Jones featuring Tevin Campbell on vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}