Information about plays

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

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

{
    "id": 1273896,
    "uri": "https://api.kexp.org/v2/plays/1273896/?format=api",
    "airdate": "2007-09-01T03:43:21-07:00",
    "show": 22296,
    "show_uri": "https://api.kexp.org/v2/shows/22296/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DppZXN9rL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DppZXN9rL._SL75_.jpg",
    "song": "City of Immigrants",
    "track_id": "97a1e1c1-5010-4e39-a0a2-44446b635041",
    "recording_id": null,
    "artist": "Steve Earle",
    "artist_ids": [
        "ec863030-7c13-45a3-a025-a69195d3a020"
    ],
    "album": "Washington Square Serenade",
    "release_id": "5ad1f910-d704-49ea-99cf-986b975b50bd",
    "release_group_id": null,
    "labels": [
        "NewWest"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}