Information about plays

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

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

{
    "id": 3421334,
    "uri": "https://api.kexp.org/v2/plays/3421334/?format=api",
    "airdate": "2024-11-04T13:47:50-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Dude",
    "track_id": null,
    "recording_id": "164bcc6a-c5cf-4787-9b17-e25bc0787ca7",
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "“The Dude”",
    "release_id": null,
    "release_group_id": "6748eee7-011e-3827-af81-5a17f50a975a",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1981-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Dennis!\n\n\"The Dude\" was sampled by 2Pac for \"So Many Tears and interpolated by Devin The Dude on the intro to his underground classic debut. That's vocalist James Ingram on this tune. Stevie Wonder plays synthesizer on this song, while Syreeta Wright provides background vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}