Information about plays

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

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

{
    "id": 381094,
    "uri": "https://api.kexp.org/v2/plays/381094/?format=api",
    "airdate": "2019-09-15T05:37:43-07:00",
    "show": 6343,
    "show_uri": "https://api.kexp.org/v2/shows/6343/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gardens (feat. Mista DC)",
    "track_id": "0889f05b-8b36-4bcf-abd9-d71473e0657d",
    "recording_id": null,
    "artist": "Parisalexa",
    "artist_ids": [
        "2371c6a6-4a8e-411a-8288-7d51163b1247"
    ],
    "album": "Bloom",
    "release_id": "2c5334e7-3a38-4d3d-abd4-daf7af2fad59",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Also performing the Oct. 11 event! Recently appeared on NBC's \"Songland\" reality show https://www.youtube.com/watch?v=NgatRVXiuCw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}