Information about plays

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

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

{
    "id": 1415590,
    "uri": "https://api.kexp.org/v2/plays/1415590/?format=api",
    "airdate": "2008-08-29T02:15:06-07:00",
    "show": 24690,
    "show_uri": "https://api.kexp.org/v2/shows/24690/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61mjPWvSfsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61mjPWvSfsL._SL75_.jpg",
    "song": "Beg Waves",
    "track_id": null,
    "recording_id": null,
    "artist": "Ponytail",
    "artist_ids": [
        "99a54f19-d8bb-4724-8242-23bc91454388"
    ],
    "album": "Ice Cream Spiritual",
    "release_id": "bb75a595-3fa3-4e10-82ab-e21919963810",
    "release_group_id": null,
    "labels": [
        "We Are Free"
    ],
    "label_ids": [
        "d62a11bf-c852-47fb-84b7-265d805d825f"
    ],
    "release_date": "2008-06-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}