Information about plays

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

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

{
    "id": 414375,
    "uri": "https://api.kexp.org/v2/plays/414375/?format=api",
    "airdate": "2001-01-02T15:32:22-08:00",
    "show": 6904,
    "show_uri": "https://api.kexp.org/v2/shows/6904/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51C-mXCmKSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51C-mXCmKSL._SL75_.jpg",
    "song": "The Devil Never Sleeps",
    "track_id": "6af87649-3161-4b5f-91b4-ecc47aa78623",
    "recording_id": null,
    "artist": "Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "The Shepherd's Dog",
    "release_id": "a68da3d3-2412-4731-882c-5731e3079498",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-09-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}