Information about plays

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

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

{
    "id": 2679706,
    "uri": "https://api.kexp.org/v2/plays/2679706/?format=api",
    "airdate": "2019-12-29T20:32:00-08:00",
    "show": 46252,
    "show_uri": "https://api.kexp.org/v2/shows/46252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rise",
    "track_id": "77697c77-b610-4d85-8e83-0cca1c9c63ab",
    "recording_id": null,
    "artist": "Solange",
    "artist_ids": [],
    "album": "A Seat at the Table",
    "release_id": "3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}