Information about plays

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

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

{
    "id": 1257632,
    "uri": "https://api.kexp.org/v2/plays/1257632/?format=api",
    "airdate": "2007-07-22T03:59:31-07:00",
    "show": 22023,
    "show_uri": "https://api.kexp.org/v2/shows/22023/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61D6jWbr9iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61D6jWbr9iL._SL75_.jpg",
    "song": "No Big Deal",
    "track_id": null,
    "recording_id": null,
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Love and Rockets",
    "release_id": "30b093b6-e7f9-4c1f-9b04-bfb35a90e79e",
    "release_group_id": null,
    "labels": [
        "Beggars Japan"
    ],
    "label_ids": [
        "f8032cab-ace3-4276-b00e-72ac4c1fbeda"
    ],
    "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"
}