Information about plays

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

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

{
    "id": 1310704,
    "uri": "https://api.kexp.org/v2/plays/1310704/?format=api",
    "airdate": "2007-12-05T21:41:25-08:00",
    "show": 22926,
    "show_uri": "https://api.kexp.org/v2/shows/22926/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512B6HTDKVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512B6HTDKVL._SL75_.jpg",
    "song": "Hidden Place",
    "track_id": "e7d3e275-47f9-4c4c-a744-36d1a638ef41",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Vespertine Live",
    "release_id": "0c85245b-1ad7-4467-bd03-bff934b85876",
    "release_group_id": null,
    "labels": [
        "One Little Indian Records (US)"
    ],
    "label_ids": [
        "8888dd07-aee1-42a1-b120-401dcfeefa9b"
    ],
    "release_date": "2004-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}