Information about plays

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

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

{
    "id": 3413130,
    "uri": "https://api.kexp.org/v2/plays/3413130/?format=api",
    "airdate": "2024-10-15T22:17:27-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Le silence",
    "track_id": "62e7f6cb-cc14-4f64-859f-2327882e07de",
    "recording_id": "71ee5954-5e8c-4b2c-b383-1ee5868e8719",
    "artist": "Juniore",
    "artist_ids": [
        "92175c4d-293f-4794-bbe4-136e261256a6"
    ],
    "album": "Trois, deux, un",
    "release_id": "f457a4f9-58a4-46fa-936f-3695d6413c30",
    "release_group_id": "8746bc9d-5eef-424a-8a8f-cffffbaf14a8",
    "labels": [
        "Le Phonographe"
    ],
    "label_ids": [
        "89e827dd-93bd-4ba8-90e1-5af500383250"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The “yéyé noir” of Juniore has always been rooted in the cinematic as much as the musical. The Paris outfit feels as intertwined with big screen aesthetics as greatly as it does being found in the grooves. \"\n\nhttps://heyjuniore.bandcamp.com/album/trois-deux-un",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}