Information about plays

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

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

{
    "id": 415827,
    "uri": "https://api.kexp.org/v2/plays/415827/?format=api",
    "airdate": "2001-04-17T20:42:00-07:00",
    "show": 6938,
    "show_uri": "https://api.kexp.org/v2/shows/6938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61fXNE4ViBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61fXNE4ViBL._SL75_.jpg",
    "song": "Rompecabezas",
    "track_id": "c7208fcd-15ec-426a-a44e-d6f8454970f7",
    "recording_id": null,
    "artist": "Aterciopelados",
    "artist_ids": [
        "0ba1966a-e471-4f98-85d7-8ac0c1f836f0"
    ],
    "album": "Gozo poderoso",
    "release_id": "ae16664d-b614-4bd1-9c12-ac8572b8e3e7",
    "release_group_id": null,
    "labels": [
        "BMG Latin"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}