Information about plays

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

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

{
    "id": 481530,
    "uri": "https://api.kexp.org/v2/plays/481530/?format=api",
    "airdate": "2001-10-29T19:40:00-08:00",
    "show": 8221,
    "show_uri": "https://api.kexp.org/v2/shows/8221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WEqPZaxyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WEqPZaxyL._SL75_.jpg",
    "song": "Koli Koli",
    "track_id": "4ab2971c-5714-41c7-bb42-ef4bb2c49792",
    "recording_id": null,
    "artist": "Setona",
    "artist_ids": [
        "2d73d021-8440-4acc-aaac-a72ac6a60bed"
    ],
    "album": "Tariq Sudan",
    "release_id": "dac4d6c7-dd85-4d7f-81c8-1588ac199a77",
    "release_group_id": null,
    "labels": [
        "Blue Flame"
    ],
    "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"
}