Information about plays

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

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

{
    "id": 2678744,
    "uri": "https://api.kexp.org/v2/plays/2678744/?format=api",
    "airdate": "2019-12-27T10:20:00-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Glad I Am",
    "track_id": "da04d766-ea49-30a7-87d4-4c38da5b2a9d",
    "recording_id": null,
    "artist": "Nancy Wilson",
    "artist_ids": [
        "f597eafc-4dc5-4bc4-a019-a5035a3c8502"
    ],
    "album": "How Glad I Am",
    "release_id": "3d6b99e8-9c41-41c2-a005-4000dd1d9293",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [],
    "release_date": "1964-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "During her performing career, Wilson was described as a \"consummate actress\"; and \"the complete entertainer\". However, the title she preferred was \"song stylist\". In 1964, she won her first Grammy Award for the best rhythm and blues recording for this album!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}