Information about plays

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

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

{
    "id": 417344,
    "uri": "https://api.kexp.org/v2/plays/417344/?format=api",
    "airdate": "2001-04-23T07:44:00-07:00",
    "show": 6970,
    "show_uri": "https://api.kexp.org/v2/shows/6970/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31MME504VPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31MME504VPL._SL75_.jpg",
    "song": "Kids do Ride",
    "track_id": "e0c8ab36-797a-4e63-b37a-dffdbd7de5cf",
    "recording_id": null,
    "artist": "Thou",
    "artist_ids": [
        "3cc02e3b-30bc-4d98-9ede-4a1dcdd1355e"
    ],
    "album": "Put Us in Tune",
    "release_id": "c2547689-ca64-4fb4-91d1-c9b323946cac",
    "release_group_id": null,
    "labels": [
        "SeeThru Broadcasting"
    ],
    "label_ids": [
        "2c963db8-251e-4b03-b436-e890a8588a1f"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}