Information about plays

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

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

{
    "id": 2680298,
    "uri": "https://api.kexp.org/v2/plays/2680298/?format=api",
    "airdate": "2019-12-31T06:11:46-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pay No Mind",
    "track_id": "da60dc6f-5cd1-4e07-926b-3010aaf3fb1e",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "7",
    "release_id": "4f6809bb-7f02-405b-8c5d-04ad7406f262",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}