Information about plays

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

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

{
    "id": 1297076,
    "uri": "https://api.kexp.org/v2/plays/1297076/?format=api",
    "airdate": "2007-10-31T15:28:43-07:00",
    "show": 22694,
    "show_uri": "https://api.kexp.org/v2/shows/22694/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51K2H8jagSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51K2H8jagSL._SL75_.jpg",
    "song": "Vampire Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "Jonathan Richman",
    "artist_ids": [
        "bae34b81-9abd-416e-a720-fedc359df775"
    ],
    "album": "You Must Ask the Heart",
    "release_id": "25ba4d40-6e49-4969-b425-4d82c4ac8d6c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}