Information about plays

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

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

{
    "id": 1392942,
    "uri": "https://api.kexp.org/v2/plays/1392942/?format=api",
    "airdate": "2008-07-03T01:30:10-07:00",
    "show": 24310,
    "show_uri": "https://api.kexp.org/v2/shows/24310/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4145fhldp-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4145fhldp-L._SL75_.jpg",
    "song": "Cold Shoulder",
    "track_id": "84ffbda7-b956-4377-8685-022cba2805cc",
    "recording_id": null,
    "artist": "Adele",
    "artist_ids": [
        "cc2c9c3c-b7bc-4b8b-84d8-4fbd8779e493"
    ],
    "album": "19",
    "release_id": "a200b8d8-2efd-4ec2-8356-c370ace9d795",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2008-01-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}