Information about plays

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

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

{
    "id": 1296637,
    "uri": "https://api.kexp.org/v2/plays/1296637/?format=api",
    "airdate": "2007-10-30T03:57:04-07:00",
    "show": 22685,
    "show_uri": "https://api.kexp.org/v2/shows/22685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YMkuuSKmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YMkuuSKmL._SL75_.jpg",
    "song": "Song for the Dead",
    "track_id": "488493f9-dcc1-48e0-8207-c29dc6399ec2",
    "recording_id": null,
    "artist": "Sea Wolf",
    "artist_ids": [
        "81be1ffb-da44-4449-abdb-40d5b34192f9"
    ],
    "album": "Leaves in the River",
    "release_id": "1f535139-1a00-4da7-89cc-94cb50ceb44d",
    "release_group_id": null,
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [
        "af89464c-9366-4ba4-a549-84e482bbbe02"
    ],
    "release_date": "2007-09-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}