Information about plays

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

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

{
    "id": 2674778,
    "uri": "https://api.kexp.org/v2/plays/2674778/?format=api",
    "airdate": "2019-12-18T05:00:00-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anna : Roller Girl",
    "track_id": "7a8e97a6-86d4-3db6-ad8e-c866dd0020e7",
    "recording_id": null,
    "artist": "Anna Karina",
    "artist_ids": [
        "bd6155ce-d874-4258-bd27-bbdd77c6f181"
    ],
    "album": "Chansons de films",
    "release_id": "6031309d-7b60-4e29-b91c-159059376c62",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [],
    "release_date": "2004-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering Anna Karina who passed away at age 79 on Dec. 14th. At the end of the 1960s, she scored a major hit with \"Sous le soleil exactement\" and \"Roller Girl\" by Serge Gainsbourg. Both songs are from the TV musical comedy Anna (1967), by the film director Pierre Koralnik, in which she sings seven songs alongside Gainsbourg and Jean-Claude Brialy. Karina subsequently recorded an album, Une histoire d'amour, with Philippe Katerine, which was followed by a concert tour. In 2005, she released Chansons de films, a collection of songs sung in movies.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}