Information about plays

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

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

{
    "id": 2678370,
    "uri": "https://api.kexp.org/v2/plays/2678370/?format=api",
    "airdate": "2019-12-26T12:13:00-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Djorolen (Oumou Sangare Re-Version)",
    "track_id": "c74acdc0-74b6-41f9-a100-b0bdea0e2d5a",
    "recording_id": null,
    "artist": "Paax",
    "artist_ids": [
        "82a8302f-f55a-4100-930d-a7bf4575b602"
    ],
    "album": "Sera El Sol",
    "release_id": "13d25fed-ac9c-42d9-a719-0298bb24314c",
    "release_group_id": null,
    "labels": [
        "Lump Records"
    ],
    "label_ids": [],
    "release_date": "2018-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mexican trio PAAX (Tulum) on their debut album, <i>Sera El Sol</i>. https://bit.ly/36a2bbn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}