Information about plays

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

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

{
    "id": 3428306,
    "uri": "https://api.kexp.org/v2/plays/3428306/?format=api",
    "airdate": "2024-11-21T15:28:01-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/395d5d70-89e2-4867-a0a5-800115cbeef8/38350039831-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/395d5d70-89e2-4867-a0a5-800115cbeef8/38350039831-250.jpg",
    "song": "Hot Sex",
    "track_id": null,
    "recording_id": "3a5663da-8d85-401a-b9de-3befbced7ed7",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "Hot Sex",
    "release_id": null,
    "release_group_id": "82848594-8412-3637-ad96-5820c081d625",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1991-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, sampling Lou Donaldson's \"Who's Making Love,\" was released in 1992 on the soundtrack for the film \"Boomerang.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}