Information about plays

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

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

{
    "id": 3428397,
    "uri": "https://api.kexp.org/v2/plays/3428397/?format=api",
    "airdate": "2024-11-21T20:45:26-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://coverartarchive.org/release/0e5f2d53-02ab-4f51-b85a-ab020f35294d/35300111500-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0e5f2d53-02ab-4f51-b85a-ab020f35294d/35300111500-250.jpg",
    "song": "Ditto",
    "track_id": null,
    "recording_id": "adf44a12-e5f4-48aa-9029-b9ef4b5f1d6d",
    "artist": "NewJeans",
    "artist_ids": [
        "49204a7a-ed85-407a-828f-6fd46f1d8126"
    ],
    "album": "OMG",
    "release_id": null,
    "release_group_id": "23d1cd75-8dc5-436d-a0c6-cab894dd5f64",
    "labels": [
        "ADOR"
    ],
    "label_ids": [
        "47cffda4-6070-42e2-8f61-35942365f055"
    ],
    "release_date": "2023-01-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NewJeans is a South Korean girl group. The group is composed of five members: Minji, Hanni, Danielle, Haerin, and Hyein. They are known for their musical stylings reminiscent of the 1990s and 2000s.\n--\nInstagram: @newjeans_official",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}