Information about plays

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

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

{
    "id": 351918,
    "uri": "https://api.kexp.org/v2/plays/351918/?format=api",
    "airdate": "2019-07-09T02:04:45-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "CONFETTI",
    "track_id": "fbac9340-a7d5-454b-85bf-005c769c194c",
    "recording_id": null,
    "artist": "Velvet Negroni",
    "artist_ids": [
        "0ece6fd9-6a25-4d78-82a2-971dfaeb1b18"
    ],
    "album": "Neon Brown",
    "release_id": "f501fc01-24ad-4f29-8452-19e01a1e455b",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "His debut album, Neon Brown, will be released August 30, 2019. Check out the newest song, WINE GREEN, which arrived ahead of his upcoming tour dates with Tame Impala at the end of the month. https://www.thefader.com/2019/07/08/velvet-negroni-wine-green-neon-brown-4ad",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}