Information about plays

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

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

{
    "id": 373149,
    "uri": "https://api.kexp.org/v2/plays/373149/?format=api",
    "airdate": "2019-08-27T19:57:00-07:00",
    "show": 6215,
    "show_uri": "https://api.kexp.org/v2/shows/6215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ay Coono La",
    "track_id": "4391d486-afb0-48ce-a865-6474b258411f",
    "recording_id": null,
    "artist": "Youssou N’Dour",
    "artist_ids": [
        "af081ea2-7a2c-4fbd-8200-92d62056b5f5"
    ],
    "album": "History",
    "release_id": "1ea87afd-95b9-4fc0-88c4-c2b8e5094edc",
    "release_group_id": null,
    "labels": [
        "naïve"
    ],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Youssou N'Dour is a Senegalese singer, songwriter, composer, occasional actor, businessman, and politician. In 2004, Rolling Stone magazine described him as, \"perhaps the most famous singer alive\" in Senegal and much of Africa.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}