Information about plays

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

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

{
    "id": 472274,
    "uri": "https://api.kexp.org/v2/plays/472274/?format=api",
    "airdate": "2001-10-02T19:34:17-07:00",
    "show": 8044,
    "show_uri": "https://api.kexp.org/v2/shows/8044/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411KVD3A3FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411KVD3A3FL._SL75_.jpg",
    "song": "Funkin' For Jamaica (Pianopella)",
    "track_id": "4e9f54aa-d7bb-42e6-b9ed-84692dcd4c60",
    "recording_id": null,
    "artist": "Towa Tei",
    "artist_ids": [
        "440cb8ef-cee3-4711-8408-b1bd6e93f390"
    ],
    "album": "Lost Control Mix, Volume 2",
    "release_id": "7b2c13b5-49a0-4f80-a76c-0b8b13d65c7b",
    "release_group_id": null,
    "labels": [
        "East West"
    ],
    "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"
}