Information about plays

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

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

{
    "id": 3417353,
    "uri": "https://api.kexp.org/v2/plays/3417353/?format=api",
    "airdate": "2024-10-26T02:39:47-07:00",
    "show": 61674,
    "show_uri": "https://api.kexp.org/v2/shows/61674/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Perfect Girl",
    "track_id": null,
    "recording_id": "fa04a1ca-6a22-42f1-9b5a-e0c8a339f2f0",
    "artist": "Mareux",
    "artist_ids": [
        "09095919-c549-4f33-9555-70df9dd941e1"
    ],
    "album": "The Perfect Girl",
    "release_id": null,
    "release_group_id": "8bdef176-bcf2-410c-8691-e82c5f4635b9",
    "labels": [
        "Revolution Records"
    ],
    "label_ids": [
        "0b555d6a-f5ad-426d-b64a-e0fb67fb4b49"
    ],
    "release_date": "2021-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mareux’s “The Perfect Girl” is their version of  The Cure’s 1987 track “Perfect Girl”, \n\nIn 2022, Mareux released their official music video for “The Perfect Girl”, produced and directed by Muted Widows and starring RuPaul’s Drag Race Season 7 winner, Violet Chachki.: https://www.youtube.com/watch?v=q7qdpyjHyNk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}