Information about plays

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

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

{
    "id": 351530,
    "uri": "https://api.kexp.org/v2/plays/351530/?format=api",
    "airdate": "2019-07-08T02:48:30-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Things Still Left To Say",
    "track_id": "0f59ddb6-1ad7-4798-ab1a-827bbf4cf89b",
    "recording_id": null,
    "artist": "Mal Blum",
    "artist_ids": [
        "9fab4271-09a4-452d-b0bf-c59f8e5532cb"
    ],
    "album": "Things Still Left to Say",
    "release_id": "e553e79d-95e8-411a-b95b-ceba24320409",
    "release_group_id": null,
    "labels": [
        "Don Giovanni Records"
    ],
    "label_ids": [
        "dcea8cc5-4fc4-4f77-aeef-3e5a14863776"
    ],
    "release_date": "2019-02-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mal Blum is a non-binary transgender individual. Please use they/them pronouns or simply their name when referring to them",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}