Information about plays

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

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

{
    "id": 1273853,
    "uri": "https://api.kexp.org/v2/plays/1273853/?format=api",
    "airdate": "2007-09-01T01:05:57-07:00",
    "show": 22296,
    "show_uri": "https://api.kexp.org/v2/shows/22296/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PJYINe07L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PJYINe07L._SL75_.jpg",
    "song": "Private Dub",
    "track_id": "1ce2db60-d110-43f8-a91a-e973c8b1271b",
    "recording_id": null,
    "artist": "Dub Syndicate",
    "artist_ids": [
        "302ae60e-4c6f-444b-9a1f-8aa5f3aed57e"
    ],
    "album": "Pure Thrillseekers",
    "release_id": "ee94518e-710c-40c2-ace0-78a25bdb968e",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}