Information about plays

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

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

{
    "id": 2682295,
    "uri": "https://api.kexp.org/v2/plays/2682295/?format=api",
    "airdate": "2020-01-05T02:41:01-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lucky Strike",
    "track_id": "7c78b375-57a2-4c32-8ccd-1ad15eef9dac",
    "recording_id": null,
    "artist": "Berhana",
    "artist_ids": [
        "375b0e8d-bff2-4ce0-a787-762a2878ac06"
    ],
    "album": "HAN",
    "release_id": "593df66c-9221-45f4-ac8e-956047831b8b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Berhana released his debut album at the end of 2019 and has a handful of shows in Europe scheduled for February. https://www.berhana.com/shows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}