Information about plays

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

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

{
    "id": 1338992,
    "uri": "https://api.kexp.org/v2/plays/1338992/?format=api",
    "airdate": "2008-02-15T05:50:16-08:00",
    "show": 23394,
    "show_uri": "https://api.kexp.org/v2/shows/23394/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512IT6v5rAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512IT6v5rAL._SL75_.jpg",
    "song": "True Love Don't Grow on Trees",
    "track_id": "965c0f1e-687a-403d-877a-4a4fd5747dec",
    "recording_id": null,
    "artist": "(Various Artists) ",
    "artist_ids": [
        "89ad4ac3-39f7-470e-963a-56509c546377"
    ],
    "album": "Eccentric Soul: The Outskirts of Deep City",
    "release_id": "880f38bf-4389-47fc-95d8-6178ef1a5c9e",
    "release_group_id": null,
    "labels": [
        "Deep Elm Records"
    ],
    "label_ids": [
        "4475756f-5612-442d-81ee-a31a79900df7"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}