Information about plays

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

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

{
    "id": 511840,
    "uri": "https://api.kexp.org/v2/plays/511840/?format=api",
    "airdate": "2002-01-28T19:36:00-08:00",
    "show": 8821,
    "show_uri": "https://api.kexp.org/v2/shows/8821/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dW-a5joTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dW-a5joTL._SL75_.jpg",
    "song": "Thuto Ke Senotlolo (Education Is the Key)",
    "track_id": "11a3151a-66b9-4435-88ed-b4d2a00f6a62",
    "recording_id": null,
    "artist": "Mahlathini and The Mahotella Queens",
    "artist_ids": [
        "7a63191f-6d03-4b91-ae21-86dac044bec8"
    ],
    "album": "The Lion Roars",
    "release_id": "72434d40-ba41-4672-89c7-0e8963691124",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}