Information about plays

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

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

{
    "id": 3421879,
    "uri": "https://api.kexp.org/v2/plays/3421879/?format=api",
    "airdate": "2024-11-05T22:54:03-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://coverartarchive.org/release/a0f3ae58-192f-46c9-b01e-0cc583a43881/36330782542-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a0f3ae58-192f-46c9-b01e-0cc583a43881/36330782542-250.jpg",
    "song": "Hey Now (Bonobo remix)",
    "track_id": null,
    "recording_id": "1a40a4b2-a31c-4c30-a0b9-a3a5b51a091d",
    "artist": "London Grammar",
    "artist_ids": [
        "4dbe08c1-b40a-43b3-ab89-210000bd8ab2"
    ],
    "album": "The Remixes",
    "release_id": null,
    "release_group_id": "476cba20-4228-4e7e-aab5-7e53c07d5946",
    "labels": [
        "Ministry of Sound Recordings"
    ],
    "label_ids": [
        "db69120f-b087-4671-aeef-a69646dcd8da"
    ],
    "release_date": "2023-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London Grammar collaboration with Bonobo! http://www.londongrammar.com/ \nhttps://bonobomusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}