Information about plays

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

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

{
    "id": 1376248,
    "uri": "https://api.kexp.org/v2/plays/1376248/?format=api",
    "airdate": "2008-05-20T03:08:30-07:00",
    "show": 24022,
    "show_uri": "https://api.kexp.org/v2/shows/24022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OsC-GcwVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OsC-GcwVL._SL75_.jpg",
    "song": "Apple of My Eye",
    "track_id": "92e04314-1f5d-4b56-affe-691cc7c0c520",
    "recording_id": null,
    "artist": "Ed Harcourt",
    "artist_ids": [
        "0cda9358-1def-49aa-a0ff-10320f40522f"
    ],
    "album": "Until Tomorrow Then (The Best Of...)",
    "release_id": "9d8bbbce-2631-40ed-b689-0bde00558b9a",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2007-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}