Information about plays

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

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

{
    "id": 532495,
    "uri": "https://api.kexp.org/v2/plays/532495/?format=api",
    "airdate": "2002-03-29T09:21:05-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51z3tmwTXnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51z3tmwTXnL._SL75_.jpg",
    "song": "Come Away With Me",
    "track_id": "a38c28ee-4430-4429-b3e7-e7920895b2d2",
    "recording_id": null,
    "artist": "Norah Jones",
    "artist_ids": [
        "985c709c-7771-4de3-9024-7bda29ebe3f9"
    ],
    "album": "Come Away With Me",
    "release_id": "506fe9cf-29c6-4318-9070-da9463f51617",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}