Information about plays

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

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

{
    "id": 1279207,
    "uri": "https://api.kexp.org/v2/plays/1279207/?format=api",
    "airdate": "2007-09-14T18:29:00-07:00",
    "show": 22386,
    "show_uri": "https://api.kexp.org/v2/shows/22386/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413FTRCC9AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413FTRCC9AL._SL75_.jpg",
    "song": "Wayward Wind",
    "track_id": "ee647a82-e24c-4273-bb1a-141198fe7f0e",
    "recording_id": null,
    "artist": "Tooter Boatman",
    "artist_ids": [
        "1e726829-0104-494f-b693-8ade6f7a112b"
    ],
    "album": "Rockin'",
    "release_id": "6a2d773d-2a3e-40b8-8036-1274354dca1b",
    "release_group_id": null,
    "labels": [
        "Collector Records"
    ],
    "label_ids": [
        "4dc02613-b0a0-49f8-9267-31c9548af6d7"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}