Information about plays

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

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

{
    "id": 2679409,
    "uri": "https://api.kexp.org/v2/plays/2679409/?format=api",
    "airdate": "2019-12-29T03:30:00-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "drip2hard",
    "track_id": null,
    "recording_id": null,
    "artist": "Swarvy",
    "artist_ids": [
        "15249663-ca61-4182-8865-4f0409f04940"
    ],
    "album": "Blend Special Ep. 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Three separate released form LA producer SWARVY, 'Blend Special Ep. 1,2, and 3.' https://swarvy.bandcamp.com/album/blend-special-ep-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}