Information about plays

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

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

{
    "id": 353536,
    "uri": "https://api.kexp.org/v2/plays/353536/?format=api",
    "airdate": "2019-07-12T16:31:00-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Yourself Be Seen",
    "track_id": "2bad62dd-6d76-4833-841e-14089b39a080",
    "recording_id": null,
    "artist": "Doomsquad",
    "artist_ids": [
        "3f85a87d-77fc-440f-a82b-8b66f9c18df5"
    ],
    "album": "Let Yourself Be Seen",
    "release_id": "244e4e27-75b9-4440-ab4f-a231103b0707",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Let Yourself Be Seen is the third full-length by Trevor, Jaclyn, and Allie Blumas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}