Information about plays

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

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

{
    "id": 1302220,
    "uri": "https://api.kexp.org/v2/plays/1302220/?format=api",
    "airdate": "2007-11-14T03:54:52-08:00",
    "show": 22782,
    "show_uri": "https://api.kexp.org/v2/shows/22782/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FHH6pFEVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FHH6pFEVL._SL75_.jpg",
    "song": "Good Hearted Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Tift Merritt",
    "artist_ids": [
        "e6dd42c7-9ed4-41c8-bf50-3387ece6573b"
    ],
    "album": "Tambourine",
    "release_id": "f05a7724-bb79-4424-bdc0-92cbbf8b3eb5",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}