Information about plays

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

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

{
    "id": 2680859,
    "uri": "https://api.kexp.org/v2/plays/2680859/?format=api",
    "airdate": "2020-01-01T15:07:46-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Rumor Of Rain",
    "track_id": "0af4facd-ce5c-4d94-9b50-adad78e58e7b",
    "recording_id": null,
    "artist": "Barrett Martin Group",
    "artist_ids": [
        "0bf9501f-6d9d-4c08-a886-382d7cd99a3b"
    ],
    "album": "Indwell",
    "release_id": "f03adb57-f497-4939-9f9d-12e5ea428893",
    "release_group_id": null,
    "labels": [
        "Sunyata Records"
    ],
    "label_ids": [
        "a5d33e7a-f031-4910-bc94-f5fb43d4549d"
    ],
    "release_date": "2019-11-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 8th album from the Barrett Martin Group, “Indwell”, is now available on every digital platform and CD retailer around the world\nhttps://sunyatarecords.com/bands/barrett-martin-group/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}