Information about plays

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

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

{
    "id": 1381629,
    "uri": "https://api.kexp.org/v2/plays/1381629/?format=api",
    "airdate": "2008-06-03T23:43:35-07:00",
    "show": 24119,
    "show_uri": "https://api.kexp.org/v2/shows/24119/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4174XyJEzFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4174XyJEzFL._SL75_.jpg",
    "song": "I Drink",
    "track_id": null,
    "recording_id": null,
    "artist": "Mary Gauthier",
    "artist_ids": [
        "1efadc05-01b5-4a39-9c6f-da5c975276dd"
    ],
    "album": "Mercy Now",
    "release_id": "6903fcb9-4359-49d8-ad31-73a97296b710",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}