Information about plays

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

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

{
    "id": 2678951,
    "uri": "https://api.kexp.org/v2/plays/2678951/?format=api",
    "airdate": "2019-12-27T23:16:00-08:00",
    "show": 46236,
    "show_uri": "https://api.kexp.org/v2/shows/46236/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Molly Ringwald",
    "track_id": "5ad71eb3-b7f4-464f-bceb-99125b963b61",
    "recording_id": null,
    "artist": "Champagne Champagne",
    "artist_ids": [
        "495f0056-f480-467a-9dad-e66d5c726b30"
    ],
    "album": "Champagne Champagne",
    "release_id": "530c13b9-63e8-4b40-9edd-4c16be137089",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}