Information about plays

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

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

{
    "id": 3417039,
    "uri": "https://api.kexp.org/v2/plays/3417039/?format=api",
    "airdate": "2024-10-25T07:58:04-07:00",
    "show": 61667,
    "show_uri": "https://api.kexp.org/v2/shows/61667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Too Close To The Heat",
    "track_id": "3bc9265d-0284-475f-8b1f-a5d5b08f4e71",
    "recording_id": "099f85b5-1af6-47b0-9799-e45d10cf6e02",
    "artist": "Dear Rouge",
    "artist_ids": [
        "3ca0bf8b-ce7e-46b3-937f-3e7b39de9b15"
    ],
    "album": "Lonesome High",
    "release_id": "d7917a06-3b0f-45ad-a5a0-5b9bbfe92cf9",
    "release_group_id": "a39beb8e-0239-42b7-99bf-ef0612fdf1f6",
    "labels": [
        "Pheromone Recordings"
    ],
    "label_ids": [
        "1c1ce4ad-0cc9-4163-876e-80856d0192bd"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dear Rouge is a husband-and-wife duo, Danielle and Drew McTaggart, based in Vancouver, BC. \"Lonesome High\" is their fourth studio album. \n--\nWatch a live performance of \"Too Close To The Heat\": https://www.youtube.com/watch?v=Edn_CvXoQd0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}