Information about plays

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

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

{
    "id": 415739,
    "uri": "https://api.kexp.org/v2/plays/415739/?format=api",
    "airdate": "2001-04-17T13:42:21-07:00",
    "show": 6936,
    "show_uri": "https://api.kexp.org/v2/shows/6936/?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": "Motorcycle",
    "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 Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}