Information about plays

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

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

{
    "id": 3439341,
    "uri": "https://api.kexp.org/v2/plays/3439341/?format=api",
    "airdate": "2024-12-17T18:16:36-08:00",
    "show": 62136,
    "show_uri": "https://api.kexp.org/v2/shows/62136/?format=api",
    "image_uri": "https://ia600505.us.archive.org/9/items/mbid-0443ddba-cc5d-347c-9859-d72a70eab674/mbid-0443ddba-cc5d-347c-9859-d72a70eab674-2423805478_thumb500.jpg",
    "thumbnail_uri": "https://ia600505.us.archive.org/9/items/mbid-0443ddba-cc5d-347c-9859-d72a70eab674/mbid-0443ddba-cc5d-347c-9859-d72a70eab674-2423805478_thumb250.jpg",
    "song": "Make Love",
    "track_id": "6277ab50-146b-33ee-8689-6670991e5121",
    "recording_id": "82f8a6c1-21b1-4aec-96ed-d76a473b38c6",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Human After All",
    "release_id": "0443ddba-cc5d-347c-9859-d72a70eab674",
    "release_group_id": "f9e8042a-674e-3f01-80ec-7f0ab1c537df",
    "labels": [
        "Virgin Music France"
    ],
    "label_ids": [
        "f8ad89d3-7a49-4289-b8e4-467dda8ec07e"
    ],
    "release_date": "2005-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "*during air break*\n\n\"Make Love\" is the fifth track on the album Human After All. It features a simple piano melody with the distorted vocals of Guy-Manuel singing the lyrics \"Make Love\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}