Information about plays

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

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

{
    "id": 1260867,
    "uri": "https://api.kexp.org/v2/plays/1260867/?format=api",
    "airdate": "2007-07-30T11:05:00-07:00",
    "show": 22082,
    "show_uri": "https://api.kexp.org/v2/shows/22082/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jPT54XcQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jPT54XcQL._SL75_.jpg",
    "song": "She's All Up Above",
    "track_id": null,
    "recording_id": null,
    "artist": "Mojave 3",
    "artist_ids": [
        "abf74786-2f3e-47e0-ae68-69a55c13909a"
    ],
    "album": "Spoon and Rafter",
    "release_id": "168f25b8-52ca-4236-adfc-86659096551f",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2003-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}