Information about plays

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

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

{
    "id": 2674761,
    "uri": "https://api.kexp.org/v2/plays/2674761/?format=api",
    "airdate": "2019-12-18T04:06:00-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Touch Roses",
    "track_id": "bb981837-17f0-4322-8427-95f33e440f90",
    "recording_id": null,
    "artist": "Book of Love",
    "artist_ids": [
        "874b3a85-db6e-49f2-b8bf-747ca5c10d27"
    ],
    "album": "I Touch Roses",
    "release_id": "c06bf9c5-c73e-4bca-ab59-7dee4aacf74f",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Book of Love is an American synthpop and electronic band, formed in 1983 in Philadelphia, Pennsylvania and later based in New York City. Led by vocalist Susan Ottaviano, the band also includes keyboardists Ted Ottaviano (no relation to Susan), Lauren Roselli and Jade Lee.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}