Information about plays

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

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

{
    "id": 3422523,
    "uri": "https://api.kexp.org/v2/plays/3422523/?format=api",
    "airdate": "2024-11-07T13:47:09-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want Your Soul",
    "track_id": null,
    "recording_id": "bd946fa2-3475-49bc-82ee-08f39c25e89d",
    "artist": "Armand van Helden",
    "artist_ids": [
        "b09b5127-c62e-4bb2-b790-1e4aa18749ed"
    ],
    "album": "Ghettoblaster",
    "release_id": null,
    "release_group_id": "a30ea914-a339-3f98-981d-dd664a5a70e6",
    "labels": [
        "Ultra Records"
    ],
    "label_ids": [
        "6c690937-c6c3-4c4e-9d3e-c62efa989333"
    ],
    "release_date": "2007-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Want Your Soul\" by Armand Van Helden sampled the Quincy Jones-produced Siedah Garrett's \"Do You Want It Right Now\".\n--\nSee the official music video for \"I Want Your Soul\": https://www.youtube.com/watch?v=f4RWiK_cjjs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}