Information about plays

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

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

{
    "id": 2679787,
    "uri": "https://api.kexp.org/v2/plays/2679787/?format=api",
    "airdate": "2019-12-30T02:42:49-08:00",
    "show": 46256,
    "show_uri": "https://api.kexp.org/v2/shows/46256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Old Man",
    "track_id": "52db1a9b-e674-4158-8953-c23cd788a9cd",
    "recording_id": null,
    "artist": "Stella Donnelly",
    "artist_ids": [
        "6c830a1a-a0ec-4d32-9579-a931dfe12c4c"
    ],
    "album": "Old Man",
    "release_id": "87b95f4c-679c-40f7-96cd-b9fcb42e19e6",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2019-01-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}