Information about plays

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

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

{
    "id": 1382744,
    "uri": "https://api.kexp.org/v2/plays/1382744/?format=api",
    "airdate": "2008-06-07T09:35:00-07:00",
    "show": 24140,
    "show_uri": "https://api.kexp.org/v2/shows/24140/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XST7Z4B0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XST7Z4B0L._SL75_.jpg",
    "song": "Peace and Love",
    "track_id": "f8ea73f4-1cf7-420b-b10f-ad5048d2cfac",
    "recording_id": null,
    "artist": "The Royals",
    "artist_ids": [
        "3b4fcd26-07b8-4c13-b2bd-201ddb9dd7fc"
    ],
    "album": "Trojan Rastafari Box Set (disc 2)",
    "release_id": "a4dc377b-d748-47da-90ef-7e398811f97e",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}