Information about plays

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

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

{
    "id": 1177560,
    "uri": "https://api.kexp.org/v2/plays/1177560/?format=api",
    "airdate": "2006-12-27T14:49:42-08:00",
    "show": 20649,
    "show_uri": "https://api.kexp.org/v2/shows/20649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tmgnqRnDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tmgnqRnDL._SL75_.jpg",
    "song": "Generator",
    "track_id": null,
    "recording_id": null,
    "artist": "The Holloways",
    "artist_ids": [
        "ed0c90ee-4cc0-4928-8f61-93dbd7869eb9"
    ],
    "album": "So This Is Great Britain?",
    "release_id": "2bdff5ba-1557-44f5-9252-514c43f2b4bc",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-10-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}