Information about plays

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

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

{
    "id": 374067,
    "uri": "https://api.kexp.org/v2/plays/374067/?format=api",
    "airdate": "2019-08-29T16:14:26-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Finally Woken",
    "track_id": "c565bf63-7956-3bc6-b176-80d4caf9575e",
    "recording_id": null,
    "artist": "Jem",
    "artist_ids": [
        "d94f79b0-c690-4a60-9a45-a37a11b78051"
    ],
    "album": "Finally Woken",
    "release_id": "14d8adcc-9915-3843-85e0-d20f0a6424e5",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2004-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jem, is a Welsh singer, songwriter, and record producer. Born and raised in Penarth, Wales, she began songwriting at an early age. After graduating from university in 1996, she worked as a DJ as well as co-founder of record label Marine Parade in Brighton. By 2002 she was focused heavily on writing and singing her own songs, collaborating with various producers in the United States such as Guy Sigsworth, Yoad Nevo, and Ge-Ology to help create what would become her debut studio album: Finally Woken, released on March 24th, 2004",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}