Information about plays

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

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

{
    "id": 1268644,
    "uri": "https://api.kexp.org/v2/plays/1268644/?format=api",
    "airdate": "2007-08-18T21:54:31-07:00",
    "show": 22209,
    "show_uri": "https://api.kexp.org/v2/shows/22209/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Tddpj5H7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Tddpj5H7L._SL75_.jpg",
    "song": "Teenage Hypochondriac",
    "track_id": "c83eed51-9b32-4e2c-bcaf-40cf5bdf19f1",
    "recording_id": null,
    "artist": "The Heartaches",
    "artist_ids": [
        "33c8f3be-62ae-440d-9517-a521d30bca3f"
    ],
    "album": "Too Cool for School",
    "release_id": "6fb3ea75-583b-43e6-9d85-053edd5dd93c",
    "release_group_id": null,
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2006-10-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}