Information about plays

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

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

{
    "id": 463654,
    "uri": "https://api.kexp.org/v2/plays/463654/?format=api",
    "airdate": "2001-09-07T01:15:00-07:00",
    "show": 7874,
    "show_uri": "https://api.kexp.org/v2/shows/7874/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/218W4YQJTRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/218W4YQJTRL._SL75_.jpg",
    "song": "Smooth (feat. Dustlab)",
    "track_id": "9631b183-8c3b-473d-8ff9-5520e608c2ef",
    "recording_id": null,
    "artist": "Org Lounge",
    "artist_ids": [
        "3fb7f06c-f2f8-415b-ad24-fd74e6442dc9"
    ],
    "album": "ORG Lounge",
    "release_id": "d00061da-eae3-418d-aef2-09f216da1e5c",
    "release_group_id": null,
    "labels": [
        "Water Music Records"
    ],
    "label_ids": [
        "0c924a0a-61fd-4ee9-8218-bcfb0d5a735e"
    ],
    "release_date": "2001-07-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}