Information about plays

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

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

{
    "id": 350747,
    "uri": "https://api.kexp.org/v2/plays/350747/?format=api",
    "airdate": "2019-07-06T05:19:52-07:00",
    "show": 5840,
    "show_uri": "https://api.kexp.org/v2/shows/5840/?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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}