Information about plays

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

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

{
    "id": 2679166,
    "uri": "https://api.kexp.org/v2/plays/2679166/?format=api",
    "airdate": "2019-12-28T13:51:29-08:00",
    "show": 46242,
    "show_uri": "https://api.kexp.org/v2/shows/46242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Different Now",
    "track_id": "5f80b90b-dbb3-4a4f-b63d-e0434e3e1ace",
    "recording_id": null,
    "artist": "Chastity Belt",
    "artist_ids": [
        "944267d5-c0f0-4f4e-b3f2-7987d25d0441"
    ],
    "album": "I Used to Spend So Much Time Alone",
    "release_id": "7fce1a1f-e5db-497f-b51d-43a17e013662",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2017-06-02",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}