Information about plays

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

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

{
    "id": 2677108,
    "uri": "https://api.kexp.org/v2/plays/2677108/?format=api",
    "airdate": "2019-12-23T10:19:16-08:00",
    "show": 46210,
    "show_uri": "https://api.kexp.org/v2/shows/46210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Know",
    "track_id": "141d8383-082e-4a0f-b3f0-b8e9c042b2e5",
    "recording_id": null,
    "artist": "Washed Out",
    "artist_ids": [
        "74a30f2a-dae6-4e99-8a75-cb0f93b31aa6"
    ],
    "album": "Paracosm",
    "release_id": "b8be2fc4-de42-4c50-824c-429bea488561",
    "release_group_id": null,
    "labels": [
        "Weird World"
    ],
    "label_ids": [
        "343db7a3-cd39-4e22-a337-bb5b6c774500"
    ],
    "release_date": "2013-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}