Information about plays

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

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

{
    "id": 344270,
    "uri": "https://api.kexp.org/v2/plays/344270/?format=api",
    "airdate": "2019-06-21T06:47:00-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Metallic",
    "track_id": "1039f8a8-d1a2-3c6f-9280-49759eea32c4",
    "recording_id": null,
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Ferment",
    "release_id": "b657d1e0-e24a-4c87-b4af-55bcc5500d2a",
    "release_group_id": null,
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [],
    "release_date": "2010-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "AllMusic critic Amy Hanson calls \"Black Metallic\"  \"a seven-minute epic!\" Well, Amy, it's actually a 7 minute and 18 second epic - get it right!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}