Information about plays

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

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

{
    "id": 414633,
    "uri": "https://api.kexp.org/v2/plays/414633/?format=api",
    "airdate": "2001-04-09T15:00:00-07:00",
    "show": 6913,
    "show_uri": "https://api.kexp.org/v2/shows/6913/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UVBWWnEgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UVBWWnEgL._SL75_.jpg",
    "song": "So Have I for You",
    "track_id": "765bff77-8eb4-43b0-a4f1-a660d74591fe",
    "recording_id": null,
    "artist": "Nikka Costa",
    "artist_ids": [
        "3fa354b6-aaba-4bb7-99ca-78a843047b4f"
    ],
    "album": "Everybody Got Their Something",
    "release_id": "5e6d953f-b882-4d30-8bd9-908ca734501f",
    "release_group_id": null,
    "labels": [
        "Cheeba Sound/Virgin"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}