Information about plays

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

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

{
    "id": 3421803,
    "uri": "https://api.kexp.org/v2/plays/3421803/?format=api",
    "airdate": "2024-11-05T17:51:10-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia904602.us.archive.org/23/items/mbid-04123521-5a29-49f4-a799-d6b86129ad53/mbid-04123521-5a29-49f4-a799-d6b86129ad53-31215839125_thumb500.jpg",
    "thumbnail_uri": "https://ia804602.us.archive.org/23/items/mbid-04123521-5a29-49f4-a799-d6b86129ad53/mbid-04123521-5a29-49f4-a799-d6b86129ad53-31215839125_thumb250.jpg",
    "song": "Breathe",
    "track_id": "3037505a-1cce-41c2-90a5-0b5d2c38847d",
    "recording_id": "7bcf8f24-38bb-4e27-87a8-8e036854f8cc",
    "artist": "Télépopmusik",
    "artist_ids": [
        "265f242e-cf4e-4fbe-a3fe-43112387172f"
    ],
    "album": "Genetic World",
    "release_id": "2707b932-e8f1-476d-b16f-6735d76eb448",
    "release_group_id": "c860d21b-c9bc-3c6b-a119-341e54a24e47",
    "labels": [
        "EMI",
        "Catalogue Records"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7",
        "3dadb83b-153c-446e-ab4d-9d9673838d53"
    ],
    "release_date": "2001-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Thanks to Rischel for the suggestion!\n\nThe music video for \"Breathe\" was shot in Hollywood, Los Angeles in 2001. It was directed by Jordan Scott (daughter of movie director Ridley Scott), who was 24 at the time. Check it out here: https://youtu.be/JdUpxch4F8M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}