Information about plays

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

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

{
    "id": 1376118,
    "uri": "https://api.kexp.org/v2/plays/1376118/?format=api",
    "airdate": "2008-05-19T20:18:18-07:00",
    "show": 24020,
    "show_uri": "https://api.kexp.org/v2/shows/24020/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31T52KQZJVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31T52KQZJVL._SL75_.jpg",
    "song": "Mogoya(Generosity)",
    "track_id": null,
    "recording_id": null,
    "artist": "Nahawa Doumbia",
    "artist_ids": [
        "1d0f0e40-c454-4e3d-92e0-09579fabba1f"
    ],
    "album": "Didadi",
    "release_id": "76b01e07-59ec-4ccd-9a6f-f587183f636e",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}