Information about plays

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

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

{
    "id": 1229749,
    "uri": "https://api.kexp.org/v2/plays/1229749/?format=api",
    "airdate": "2007-05-11T00:50:38-07:00",
    "show": 21544,
    "show_uri": "https://api.kexp.org/v2/shows/21544/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61FUefdPlNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61FUefdPlNL._SL75_.jpg",
    "song": "Bros",
    "track_id": null,
    "recording_id": null,
    "artist": "Panda Bear",
    "artist_ids": [
        "fd3c3f9f-a471-498e-ab3a-940ac20b6bbd"
    ],
    "album": "Person Pitch",
    "release_id": "d40165ac-a2c9-4ab7-9844-b643106a5a9b",
    "release_group_id": null,
    "labels": [
        "Paw Tracks"
    ],
    "label_ids": [
        "bc613410-2232-4c90-9593-f8ffd16a1c79"
    ],
    "release_date": "2007-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}