Information about plays

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

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

{
    "id": 382732,
    "uri": "https://api.kexp.org/v2/plays/382732/?format=api",
    "airdate": "2019-09-19T01:21:37-07:00",
    "show": 6369,
    "show_uri": "https://api.kexp.org/v2/shows/6369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Signal",
    "track_id": null,
    "recording_id": null,
    "artist": "Automatic",
    "artist_ids": [],
    "album": "Signal",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excited for the L.A. trio's forthcoming full-length debut, out September 27th! - https://automatic-band.bandcamp.com/album/signal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}