Information about plays

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

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

{
    "id": 2676069,
    "uri": "https://api.kexp.org/v2/plays/2676069/?format=api",
    "airdate": "2019-12-20T19:53:30-08:00",
    "show": 46187,
    "show_uri": "https://api.kexp.org/v2/shows/46187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On Sight",
    "track_id": "139b250c-705e-43c4-924f-da5663e9805f",
    "recording_id": null,
    "artist": "Free Nationals feat. J.I.D, Kadhja Bonet & MIKNNA",
    "artist_ids": [
        "270d5e7d-e01d-44a6-a303-d78208c6f930"
    ],
    "album": "On Sight",
    "release_id": "bbc3368c-fcf8-4ccb-b9f5-8f315bfe1b30",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request for the new Free Nationals!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}