Information about plays

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

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

{
    "id": 1177459,
    "uri": "https://api.kexp.org/v2/plays/1177459/?format=api",
    "airdate": "2006-12-27T07:45:59-08:00",
    "show": 20647,
    "show_uri": "https://api.kexp.org/v2/shows/20647/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AYqwJjGvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AYqwJjGvL._SL75_.jpg",
    "song": "The Prayer",
    "track_id": null,
    "recording_id": null,
    "artist": "Bloc Party",
    "artist_ids": [
        "8c538f11-c141-4588-8ecb-931083524186"
    ],
    "album": "A Weekend in the City",
    "release_id": "badee484-ef65-45fc-9919-85d7eb5c40ef",
    "release_group_id": null,
    "labels": [
        "Vice Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2007-02-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}