Information about plays

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

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

{
    "id": 2679112,
    "uri": "https://api.kexp.org/v2/plays/2679112/?format=api",
    "airdate": "2019-12-28T10:36:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glad to Be feat. Randy Valentine",
    "track_id": null,
    "recording_id": null,
    "artist": "Jesse Royal",
    "artist_ids": [
        "3198b025-21e3-41b3-9d1c-8cfb53bec9dc"
    ],
    "album": "Glad to Be",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "King I Vier Music"
    ],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King I-Vier Music produces this new single Jesse Royal with Randy Valentine entitled \"Glad To Be\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}