Information about plays

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

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

{
    "id": 3413298,
    "uri": "https://api.kexp.org/v2/plays/3413298/?format=api",
    "airdate": "2024-10-16T07:34:00-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t You Want Me",
    "track_id": null,
    "recording_id": "9f1a6ddb-d896-4936-9864-bcfe115c9a7d",
    "artist": "The Human League",
    "artist_ids": [
        "7adaabfb-acfb-47bc-8c7c-59471c2f0db8"
    ],
    "album": "Dare",
    "release_id": null,
    "release_group_id": "e8e7999e-0b87-3298-947d-2ad22717fc27",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1981-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another gem from the 1981 time machine!\n\nAccording to its creator, Roger Linn, this was the first hit song to use the LM-1 drum machine. Introduced in 1980, the LM-1 was the first programable unit that sampled real drums rather than creating them synthetically. It became the basis for many hits of the era, with acts like Culture Club, Peter Gabriel and Gary Numan using it to make backing tracks. Its most prolific proponent was Prince, who used it on songs like \"Little Red Corvette\" and \"When Doves Cry.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}