Information about plays

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

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

{
    "id": 420924,
    "uri": "https://api.kexp.org/v2/plays/420924/?format=api",
    "airdate": "2001-05-03T20:02:43-07:00",
    "show": 7043,
    "show_uri": "https://api.kexp.org/v2/shows/7043/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gqp7tFLDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gqp7tFLDL._SL75_.jpg",
    "song": "Jive and Smile",
    "track_id": "fa87df53-3f6d-49e3-b196-b33f8bed20cc",
    "recording_id": null,
    "artist": "Bob Skyles And His Skyrockets",
    "artist_ids": [
        "ce60bb41-c015-47e4-8019-e9699f0e7ded"
    ],
    "album": "Smile and Jive: Kings of Western Swing (disc 1)",
    "release_id": "d8c5b888-6a11-4bde-a548-942fd35ca51c",
    "release_group_id": null,
    "labels": [
        "Charly"
    ],
    "label_ids": [],
    "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"
}