Information about plays

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

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

{
    "id": 449540,
    "uri": "https://api.kexp.org/v2/plays/449540/?format=api",
    "airdate": "2001-07-27T19:57:46-07:00",
    "show": 7598,
    "show_uri": "https://api.kexp.org/v2/shows/7598/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/316Z7WPGHBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/316Z7WPGHBL._SL75_.jpg",
    "song": "Wild One",
    "track_id": "21aa96df-0310-49ee-9317-43b1a82a442c",
    "recording_id": null,
    "artist": "Belmont Playboys",
    "artist_ids": [
        "939c342f-ffc2-4e68-b031-868d5d96de6a"
    ],
    "album": "Wolf Patrol",
    "release_id": "9ef8c894-d007-4379-aa4b-f7b2651d8b05",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1996-01-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}