Information about plays

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

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

{
    "id": 1384600,
    "uri": "https://api.kexp.org/v2/plays/1384600/?format=api",
    "airdate": "2008-06-12T01:21:20-07:00",
    "show": 24172,
    "show_uri": "https://api.kexp.org/v2/shows/24172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ZNHHZ7J1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ZNHHZ7J1L._SL75_.jpg",
    "song": "Where My Heart's At (feat. The Others)",
    "track_id": "3e758b41-4939-4d81-887a-27862906279d",
    "recording_id": null,
    "artist": "Wax Tailor",
    "artist_ids": [
        "c24b47a1-2f52-44f3-a3c6-374dca844731"
    ],
    "album": "Tales of the Forgotten Melodies",
    "release_id": "08b99cb1-7769-472c-a908-496fd3b7a76d",
    "release_group_id": null,
    "labels": [
        "Decon"
    ],
    "label_ids": [
        "336ab568-d2f2-430f-b0fa-07ab018f2eb0"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}