Information about plays

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

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

{
    "id": 531120,
    "uri": "https://api.kexp.org/v2/plays/531120/?format=api",
    "airdate": "2002-03-25T21:43:35-08:00",
    "show": 9197,
    "show_uri": "https://api.kexp.org/v2/shows/9197/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411VQ17WYGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411VQ17WYGL._SL75_.jpg",
    "song": "Yalla Chant (Transglobal Underground remix)",
    "track_id": "b8c11520-e908-4229-b470-22e812e989b7",
    "recording_id": null,
    "artist": "Natacha Atlas",
    "artist_ids": [
        "5b86eefc-f3b2-4b91-8161-c505869fb17f"
    ],
    "album": "The Remix Collection",
    "release_id": "53f290ce-955b-40c7-85b3-8fc774cf7b7a",
    "release_group_id": null,
    "labels": [
        "Beggar's Banquet"
    ],
    "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"
}