Information about plays

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

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

{
    "id": 415819,
    "uri": "https://api.kexp.org/v2/plays/415819/?format=api",
    "airdate": "2001-04-17T19:53:20-07:00",
    "show": 6938,
    "show_uri": "https://api.kexp.org/v2/shows/6938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wZEEBImaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wZEEBImaL._SL75_.jpg",
    "song": "Mish Fadilak",
    "track_id": "7ef7a1bc-da2a-4472-952d-d1b57e66469f",
    "recording_id": null,
    "artist": "Natacha Atlas",
    "artist_ids": [
        "5b86eefc-f3b2-4b91-8161-c505869fb17f"
    ],
    "album": "Ayeshteni",
    "release_id": "fbeca461-2a93-484a-a0d7-826e4459fddd",
    "release_group_id": null,
    "labels": [
        "Mantra Recordings"
    ],
    "label_ids": [
        "600ade12-d18f-4989-9d67-b1e37db4f284"
    ],
    "release_date": "2001-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}