Information about plays

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

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

{
    "id": 509154,
    "uri": "https://api.kexp.org/v2/plays/509154/?format=api",
    "airdate": "2002-01-20T22:34:00-08:00",
    "show": 8770,
    "show_uri": "https://api.kexp.org/v2/shows/8770/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41I4ibVIvyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41I4ibVIvyL._SL75_.jpg",
    "song": "And the Mermaid Laughed",
    "track_id": "96cc47bf-a7d2-450c-8bcf-484b978a9bd8",
    "recording_id": null,
    "artist": "Django Bates",
    "artist_ids": [
        "355d5ffc-a3a6-48df-9650-f1a0bdfd2c15"
    ],
    "album": "Quiet Nights",
    "release_id": "f917ce8a-64e3-4d0f-805f-c281e5cdbe12",
    "release_group_id": null,
    "labels": [
        "Screwgun Records"
    ],
    "label_ids": [
        "4c2c4ea0-33d8-4e7e-b1a6-abc80c79fe9f"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}