Information about plays

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

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

{
    "id": 1354936,
    "uri": "https://api.kexp.org/v2/plays/1354936/?format=api",
    "airdate": "2008-03-27T13:05:56-07:00",
    "show": 23664,
    "show_uri": "https://api.kexp.org/v2/shows/23664/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61-mwgxEflL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61-mwgxEflL._SL75_.jpg",
    "song": "Party Crashin'",
    "track_id": null,
    "recording_id": null,
    "artist": "Evangelicals",
    "artist_ids": [
        "c63b3157-959a-4100-8291-700f10b952a3"
    ],
    "album": "The Evening Descends",
    "release_id": "38e8460a-efc3-4d42-8011-e80205284699",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2008-01-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}