Information about plays

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

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

{
    "id": 496809,
    "uri": "https://api.kexp.org/v2/plays/496809/?format=api",
    "airdate": "2001-12-14T18:10:00-08:00",
    "show": 8521,
    "show_uri": "https://api.kexp.org/v2/shows/8521/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51iuOlGPwSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51iuOlGPwSL._SL75_.jpg",
    "song": "Rey Criollo a/k/a King Creole",
    "track_id": null,
    "recording_id": null,
    "artist": "Los Straitjackets",
    "artist_ids": [
        "7cc2afb9-9be7-463c-a9eb-3bd08140e9c8"
    ],
    "album": "Sing Along With Los Straitjackets",
    "release_id": "4792ab3b-dada-48a2-b93e-ed0bdcc9bfc9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}