Information about plays

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

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

{
    "id": 1279365,
    "uri": "https://api.kexp.org/v2/plays/1279365/?format=api",
    "airdate": "2007-09-15T01:53:00-07:00",
    "show": 22388,
    "show_uri": "https://api.kexp.org/v2/shows/22388/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MYRBZW8ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MYRBZW8ZL._SL75_.jpg",
    "song": "Sexy Results (MSTRKRFT edition)",
    "track_id": "d8e53f01-b574-41fc-8f92-48c8ca5ea234",
    "recording_id": null,
    "artist": "Death From Above 1979",
    "artist_ids": [
        "92dc699f-fcbc-4278-afbe-40b5ad060a55"
    ],
    "album": "Romance Bloody Romance (Remixes and B Sides)",
    "release_id": "2b0e6286-9f75-4095-b807-7cab831347e9",
    "release_group_id": null,
    "labels": [
        "Vice Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2005-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}