Information about plays

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

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

{
    "id": 1340531,
    "uri": "https://api.kexp.org/v2/plays/1340531/?format=api",
    "airdate": "2008-02-19T02:59:10-08:00",
    "show": 23422,
    "show_uri": "https://api.kexp.org/v2/shows/23422/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41wNzpFXUmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41wNzpFXUmL._SL75_.jpg",
    "song": "Sunday Sun",
    "track_id": "905e1fc8-3766-4a49-9ae9-5cb6a88a76bd",
    "recording_id": null,
    "artist": "The Cinematics",
    "artist_ids": [
        "6a3fdc71-8bc4-4aca-827a-717072b60635"
    ],
    "album": "A Strange Education",
    "release_id": "961ed8c8-c78e-4ce1-ab86-419a5e81a6ba",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "2007-03-06",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}